1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/test/sass/more_templates/more_import.sass
2010-03-06 17:20:10 -08:00

11 lines
199 B
Sass

$preconst = "hello"
=premixin
pre-mixin: here
@import importee, basic, basic.css, ../results/complex.css, more_partial
nonimported
:myconst = $preconst
:otherconst = $postconst
+postmixin