diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-28 14:16:08 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-28 14:16:08 +0200 |
commit | 5d088aa25f69afdb9ba208def8c23b4f45bbe0b8 (patch) | |
tree | d13f3eb2e7cf7bb63664d43b9c79135808e912a7 /style.scss | |
parent | bc5b85043974e4af9c90962c2acde36b0e7de02a (diff) |
use sass + fix code hightlight
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/style.scss b/style.scss new file mode 100644 index 0000000..ce9d442 --- /dev/null +++ b/style.scss @@ -0,0 +1,16 @@ +--- +--- + +@import "theme"; +@import "globals"; +@import "layout"; + +@import "button"; +@import "card"; +@import "code"; +@import "image"; +@import "navbar"; +@import "print"; +@import "search"; +@import "tags"; +@import "separator"; |