bulma/test/sass/css-variable.sass
2020-03-16 13:39:03 +11:00

5 lines
69 B
Sass

@charset "utf-8"
$red: #f60
$blue: var(--blue)
@import "../../bulma"