mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
10 lines
171 B
SCSS
10 lines
171 B
SCSS
$preconst = "hello";
|
|
|
|
@mixin premixin {pre-mixin: here}
|
|
|
|
@import "importee.sass";
|
|
|
|
nonimported {
|
|
myconst = $preconst;
|
|
otherconst = $postconst;
|
|
@include postmixin; }
|