tous les @include des mixins responsives
This commit is contained in:
parent
466f57ed23
commit
b97e7c7a3b
1 changed files with 56 additions and 1 deletions
57
scss.json
57
scss.json
|
@ -1 +1,56 @@
|
|||
{}
|
||||
{
|
||||
"@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"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue