everycss-variable
v0.1.0
Published
Add (non standard) variable support
Downloads
2
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:{}
)