sass-maps-to-json
Version:
Convert SCSS (or SASS) maps to JSON format for use in Fractal.
64 lines (63 loc) • 1.28 kB
JSON
{
"context": {
"colors": {
"Red": {
"swatches": [
{
"name": "light",
"groupcollated": "(red, light)",
"hex": "#fff2f1"
},
{
"name": "mid",
"groupcollated": "(red, mid)",
"hex": "#ff7369"
},
{
"name": "dark",
"groupcollated": "(red, dark)",
"hex": "#c90d00"
}
]
},
"Blue": {
"swatches": [
{
"name": "lightest",
"groupcollated": "(blue, lightest)",
"hex": "#5e7298"
},
{
"name": "light",
"groupcollated": "(blue, light)",
"hex": "#404d69"
}
]
},
"Other": {
"swatches": [
{
"name": "black",
"hex": "#000"
},
{
"name": "link",
"hex": "#2A65BA"
},
{
"name": "input-highlight",
"hex": "#1ca09c"
},
{
"name": "panel-alt",
"hex": "#FFF7E2"
},
{
"name": "reg-plate",
"hex": "#f8e71c"
}
]
}
}
}
}