Sha256: f308e34adf8e8f840349373787d0425b7180505d2bcd36f8cac8f9e5f2cff2ac
Contents?: true
Size: 275 Bytes
Versions: 1
Compression:
Stored size: 275 Bytes
Contents
# Sass JSON Vars A work in progress. ### Eventual Usage Place variables in a JSON file: ```javascript { color: { red: "#c33" } } ``` Import the file in Sass to expose variable names: ```scss @import "variables.json" body { color: $color-red; } ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sass-json-vars-0.0.1 | readme.md |