11 lines
403 B
SCSS
11 lines
403 B
SCSS
// =============================================================================
|
||
// 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
|
||
);
|