oneagency-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.
35 lines (34 loc) • 521 B
JSON
{
"breakpoints": {
"zero": {
"width": "0px",
"cols": 4,
"ratio": 0.6
},
"mobile": {
"width": "480px",
"cols": 8,
"ratio": 0.6
},
"tablet": {
"width": "768px",
"cols": 8,
"ratio": 0.75
},
"ninesixty": {
"width": "960px",
"cols": 12,
"ratio": 1
},
"desktop": {
"width": "1170px",
"cols": 12,
"ratio": 1
},
"max": {
"width": "1220px",
"cols": 12,
"ratio": 1
}
}
}