everycss-variable
v0.1.0
Published
Add (non standard) variable support
Downloads
5
Readme
#EveryCSS-variable
Add (non standard) variable support
source:
$color: blue;
a {
color: $color;
}output:
a {
color: blue;
}##Parameters
data: object with initial variables. (default:{})
