jacket
Version:
Jacket is a Scss starterkit based on Gulp, Libsass and scss-lint with some sane default tasks and based on the Smacss and BEVM structures.
41 lines (40 loc) • 651 B
JSON
{
"breakpoints": {
"zero": {
"width": "0",
"cols": 4,
"ratio": 0.6,
"padding": 0.4
},
"mobile": {
"width": "480px",
"cols": 8,
"ratio": 0.6,
"padding": 0.4
},
"tablet": {
"width": "768px",
"cols": 8,
"ratio": 0.75,
"padding": 0.6
},
"ninesixty": {
"width": "960px",
"cols": 12,
"ratio": 1,
"padding": 0.6
},
"desktop": {
"width": "1170px",
"cols": 12,
"ratio": 1,
"padding": 0.6
},
"max": {
"width": "1220px",
"cols": 12,
"ratio": 1,
"padding": 0.6
}
}
}