khaganat-web/static_extra/bulma/sass/style.sass
2019-01-27 13:27:51 +01:00

11 lines
269 B
Sass

// 1. Import the initial variables
@import "./node_modules/bulma/sass/utilities/initial-variables"
// 2. Set your own initial variables
$primary: #9073ff
$link: #8530bf
// 3. Import the rest of Bulma
@import "./node_modules/bulma/bulma"
// 4. Import your stuff here