Add dart-sass, stop using sass_rocket_fairing

This commit is contained in:
Elnu 2023-07-06 11:15:38 -07:00
parent 1538f088d6
commit 78fe1ebab1
7 changed files with 4 additions and 111 deletions

1
styles/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
css

View file

@ -1 +0,0 @@
*.css

View file

@ -1,7 +1,7 @@
@use "sass:color";
$bg: #FFFDF3;
$bg0: #{color.adjust($bg, $lightness: -5%, $hue: -2%, $saturation: -50%)};
$bg0: #{color.adjust($bg, $lightness: -5%, $hue: -7deg, $saturation: -50%)};
$fg: #011627;
:root {