UNPKG
json2scss
Version:
latest (0.0.2)
0.0.2
0.0.1
Convert JSON config files to SCSS
github.com/satya164/json2scss
satya164/json2scss
json2scss
/
test
/
data.json
15 lines
(14 loc)
•
338 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"var1"
:
"blue"
,
"var2"
:
"only screen and (min-width: 18em)"
,
"colors"
:
[
"red"
,
"green"
,
"blue"
]
,
"somestuff"
:
{
"apple"
:
"fruit"
,
"cat"
:
"cute"
,
"doctor"
:
{
"enemies"
:
[
"cybermen"
,
"dalek"
,
"weeping angels"
]
,
"planet"
:
"gallifrey"
}
}
,
"other"
:
null
}