mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
11 lines
224 B
Sass
11 lines
224 B
Sass
!preconst = "hello"
|
|
|
|
=premixin
|
|
pre-mixin: here
|
|
|
|
@import importee.sass, scss_importee, basic.sass, basic.css, ../results/complex.css, partial.sass
|
|
|
|
nonimported
|
|
:myconst = !preconst
|
|
:otherconst = !postconst
|
|
+postmixin
|