mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-02-15 00:01:11 +01:00
Fix: remove submodule
This commit is contained in:
13
themes/hugo-theme-yue/assets/scss/main.scss
Normal file
13
themes/hugo-theme-yue/assets/scss/main.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
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';
|
||||
Reference in New Issue
Block a user