Files
hyzendust.github.io/themes/hugo-theme-yue/assets/scss/main.scss
2025-11-11 18:07:05 +05:30

14 lines
407 B
SCSS

/*
Styles are mobile-first. Desktop styles are wrapped in media queries.
Naming convention: BEM (Block, Element, Modifier). When it's difficult to add classes, I will use tag names.
*/
@import 'style-start'; // variables can be overridden in this file
@import 'init'; // variables
@import 'reset';
@import 'layout';
@import 'color-scheme';
@import 'syntax-highlight';
@import 'style';
@import 'style-end';