Files
2026-04-29 19:04:20 +08:00

11 lines
403 B
SCSS
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// =============================================================================
// 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
);