fixed build

This commit is contained in:
2023-11-27 18:03:13 +09:00
parent cb68b92059
commit 74f03f5b82
2 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,4 @@
@use "./base.scss";
:root {
--light: #d7eff7;
--dark: #284b63;
@ -11,6 +12,5 @@
--million-progress-bar-color: var(--secondary);
--highlighted: #f5dfaf88;
}
@use "./base.scss";
// put your custom CSS here!