chore: install prettier

This commit is contained in:
Viet An
2026-05-04 15:22:27 +07:00
parent 93d29ca7d8
commit bd58e2b847
267 changed files with 22950 additions and 13581 deletions

View File

@@ -13,7 +13,6 @@ $grey: #767676;
@use "bulma/sass" with (
$family-primary: string.unquote("'Inter', 'SF Pro', 'Helvetica', 'Arial', sans-serif"),
$family-monospace: string.unquote("'Roboto Mono', monospace"),
$navbar-breakpoint: 768px,
$primary: $blue,
$link: $blue,
$info: $cyan,
@@ -23,31 +22,41 @@ $grey: #767676;
$custom-colors: (
"red": $red,
"orange": $orange,
"yellow": $yellow,
"yellow": $yellow,
"green": $green,
"cyan": $cyan,
"blue": $blue,
"purple": $purple,
"pink": $pink,
"grey": $grey
"grey": $grey,
),
$spacing-values: (
"auto": auto,
"px": 1px,
"px": 1px,
"full": 100%,
"min": min-content,
"max": max-content,
"fit": fit-content,
"min": min-content,
"max": max-content,
"fit": fit-content,
"0": 0,
"0\\.5": 0.125rem,
"1": 0.25rem,
"1\\.5": 0.375rem,
"2": 0.5rem,
"2\\.5": 0.625rem,
"3": 0.75rem,
"3\\.5": 0.875rem,
"4": 1rem,
"4\\.5": 1.125rem,
"5": 1.25rem,
"5\\.5": 1.375rem,
"6": 1.5rem,
"6\\.5": 1.625rem,
"7": 1.75rem,
"7\\.5": 1.875rem,
"8": 2rem,
"8\\.5": 2.125rem,
"9": 2.25rem,
"9\\.5": 2.375rem,
"10": 2.5rem,
"11": 2.75rem,
"12": 3rem,
@@ -61,7 +70,7 @@ $grey: #767676;
"40": 10rem,
"44": 11rem,
"48": 12rem,
),
)
);
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");