mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 03:14:30 -07:00
Add multiple Sass tests
This commit is contained in:
4
test/sass/css-variable.sass
Normal file
4
test/sass/css-variable.sass
Normal file
@@ -0,0 +1,4 @@
|
||||
@charset "utf-8"
|
||||
$red: #f60
|
||||
$blue: var(--blue)
|
||||
@import "../../bulma"
|
||||
Reference in New Issue
Block a user