hubl/src/styles/index.scss

9 lines
115 B
SCSS
Raw Normal View History

@charset "UTF-8";
main {
background-color: pink;
}
2020-12-04 14:44:45 +00:00
@import 'hubl-framework/_index';
@import 'hubl-app/_index';