oups... ne pas confondre prefixe et contenu des snippets...
This commit is contained in:
parent
b294608b72
commit
c4deeda0dd
1 changed files with 6 additions and 6 deletions
12
scss.json
12
scss.json
|
@ -9,27 +9,27 @@
|
|||
"description": "Knacss @include tiny-up"
|
||||
},
|
||||
"@include small-up": {
|
||||
"prefix": "small-up",
|
||||
"prefix": "s-up",
|
||||
"body": [
|
||||
"@include respond-to('s-up') {",
|
||||
"@include respond-to('small-up') {",
|
||||
"$0",
|
||||
"}"
|
||||
],
|
||||
"description": "Knacss @include small-up"
|
||||
},
|
||||
"@include medium-up": {
|
||||
"prefix": "medium-up",
|
||||
"prefix": "m-up",
|
||||
"body": [
|
||||
"@include respond-to('m-up') {",
|
||||
"@include respond-to('medium-up') {",
|
||||
"$0",
|
||||
"}"
|
||||
],
|
||||
"description": "Knacss @include medium-up"
|
||||
},
|
||||
"@include large-up": {
|
||||
"prefix": "large-up",
|
||||
"prefix": "l-up",
|
||||
"body": [
|
||||
"@include respond-to('l-up') {",
|
||||
"@include respond-to('large-up') {",
|
||||
"$0",
|
||||
"}"
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue