56 lines
No EOL
1,007 B
JSON
56 lines
No EOL
1,007 B
JSON
{
|
|
"@include tiny-up": {
|
|
"prefix": "t-up",
|
|
"body": [
|
|
"@include respond-to('tiny-up') {",
|
|
"$0",
|
|
"}"
|
|
],
|
|
"description": "Knacss @include tiny-up"
|
|
},
|
|
"@include small-up": {
|
|
"prefix": "small-up",
|
|
"body": [
|
|
"@include respond-to('s-up') {",
|
|
"$0",
|
|
"}"
|
|
],
|
|
"description": "Knacss @include small-up"
|
|
},
|
|
"@include medium-up": {
|
|
"prefix": "medium-up",
|
|
"body": [
|
|
"@include respond-to('m-up') {",
|
|
"$0",
|
|
"}"
|
|
],
|
|
"description": "Knacss @include medium-up"
|
|
},
|
|
"@include large-up": {
|
|
"prefix": "large-up",
|
|
"body": [
|
|
"@include respond-to('l-up') {",
|
|
"$0",
|
|
"}"
|
|
],
|
|
"description": "Knacss @include large-up"
|
|
},
|
|
"@include extra-large-up": {
|
|
"prefix": "xl-up",
|
|
"body": [
|
|
"@include respond-to('extra-large-up') {",
|
|
"$0",
|
|
"}"
|
|
],
|
|
"description": "Knacss @include extra-large-up"
|
|
},
|
|
"@include xxl-up": {
|
|
"prefix": "xxl-up",
|
|
"body": [
|
|
"@include respond-to('xxl-up') {",
|
|
"$0",
|
|
"}"
|
|
],
|
|
"description": "Knacss @include xxl-up"
|
|
}
|
|
} |