update
This commit is contained in:
Vendored
+10
@@ -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
|
||||
);
|
||||
Reference in New Issue
Block a user