diff options
| -rw-r--r-- | _config.yml | 1 | ||||
| -rw-r--r-- | style.scss | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml index 749970a..4290c9b 100644 --- a/_config.yml +++ b/_config.yml @@ -54,6 +54,7 @@ gems: - jekyll-sitemap - jekyll-github-metadata - jemoji + plugins: - jekyll-paginate @@ -13,8 +13,7 @@ For inquiries, contact root@lunar.sh. */ -@use "reset"; -@use "highlights"; +@import "reset"; @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap'); @import "variables"; @@ -903,4 +902,4 @@ code table tr { margin-left: 5px; } - +@import "highlights"; |
