We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94e852 commit 1dc89a1Copy full SHA for 1dc89a1
snippets/css-snippets.cson
@@ -221,6 +221,12 @@
221
'min-width':
222
'prefix': 'mw'
223
'body': 'min-width: ${1:${2:1}${3:px}}'
224
+ 'max-height':
225
+ 'prefix': 'maxh'
226
+ 'body': 'max-height: ${1:${2:1}${3:px}}'
227
+ 'max-width':
228
+ 'prefix': 'maxw'
229
+ 'body': 'max-width: ${1:${2:1}${3:px}}'
230
'overflow':
231
'prefix': 'ov'
232
'body': 'overflow: ${1:hidden}'
@@ -568,6 +574,12 @@
568
574
569
575
570
576
'body': 'min-width: ${1:${2:1}${3:px}};'
577
578
579
580
581
582
571
583
572
584
573
585
'body': 'overflow: ${1:hidden};'
0 commit comments