This commit is contained in:
2026-04-29 19:04:20 +08:00
parent df60e8dd42
commit 07d11a15af
58 changed files with 3937 additions and 520 deletions
+10
View File
@@ -0,0 +1,10 @@
// =============================================================================
// vendors/_bulma.scss
// Selective Bulma 1.x import only import what the theme uses.
// Bulma 1.x exposes sass/ subdirectory; each module uses @use.
// =============================================================================
@use 'bulma/sass' with (
$primary: #00d1b2,
$dark: #363636,
$light: #f5f5f5
);