This commit is contained in:
Viet An
2026-05-22 09:57:12 +07:00
parent 58367a4793
commit 09b8a096d9
27 changed files with 74 additions and 1041 deletions

View File

@@ -8,7 +8,6 @@ $cyan: #03c2c2;
$blue: #1678ff;
$purple: #833bff;
$pink: #ff2bdd;
$grey: #767676;
@use "bulma/sass" with (
$family-primary: string.unquote("'Inter', 'SF Pro', 'Helvetica', 'Arial', sans-serif"),
@@ -28,7 +27,6 @@ $grey: #767676;
"blue": $blue,
"purple": $purple,
"pink": $pink,
"grey": $grey,
),
$spacing-values: (
"auto": auto,