Compare commits

..

No commits in common. "9697e92106040f593c24a25a9d773e5333fe060e" and "c9d7f6a1372ffaf23da7e23708c219e99281ceb7" have entirely different histories.

View File

@ -59,11 +59,6 @@
"color": "#FF7613",
"name": "Orange",
"slug": "orange"
},
{
"color": "#000",
"name": "Black",
"slug": "black"
}
]
},
@ -202,8 +197,13 @@
],
"fontSizes": [
{
"name": "Small",
"size": "15px",
"name": "Huge",
"size": "44px",
"slug": "xl"
},
{
"name": "Big",
"size": "24px",
"slug": "small"
},
{
@ -212,14 +212,9 @@
"slug": "medium"
},
{
"name": "Big",
"size": "24px",
"slug": "big"
},
{
"name": "Huge",
"size": "44px",
"slug": "xl"
"name": "Small",
"size": "15px",
"slug": "small"
}
]
}