libremdb/views/sass/main.scss
2022-03-19 17:22:07 +05:30

6 lines
367 B
SCSS

// @use 'abstracts'; // stuff like sass mixins, variables and the likes
@use 'base'; // containes main reset rules, some typography and keyframes for animations
@use 'components'; // for things that are smaller than layouts. eg: buttons
@use 'layout'; // will contain navs, header, footer, grid and stuff
@use 'pages'; // for very specific styles for specific pages.