docs: compile stylesheet via rsass

This commit is contained in:
raf 2024-11-10 00:45:41 +03:00
commit 0be7d8adcf
Signed by: NotAShelf
GPG key ID: AF26552424E53993
4 changed files with 38 additions and 105 deletions

View file

@ -1,3 +1,5 @@
@use "scss-reset/reset";
:root {
--nmd-color0: #0a3e68;
--nmd-color1: #268598;
@ -32,8 +34,6 @@ $color-blue-700: #1d4ed8;
$color-blue-800: #1e40af;
$color-blue-900: #1e3a8a;
@use "scss-reset/reset";
@mixin boxed {
background: $color-gray-50;
margin: 2rem 16px;