Skip to content

Commit 1dc89a1

Browse files
author
Shaun Wall
committed
#19 - Adding max-width and max-height
1 parent f94e852 commit 1dc89a1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

snippets/css-snippets.cson

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,12 @@
221221
'min-width':
222222
'prefix': 'mw'
223223
'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}}'
224230
'overflow':
225231
'prefix': 'ov'
226232
'body': 'overflow: ${1:hidden}'
@@ -568,6 +574,12 @@
568574
'min-width':
569575
'prefix': 'mw'
570576
'body': 'min-width: ${1:${2:1}${3:px}};'
577+
'max-height':
578+
'prefix': 'maxh'
579+
'body': 'max-height: ${1:${2:1}${3:px}}'
580+
'max-width':
581+
'prefix': 'maxw'
582+
'body': 'max-width: ${1:${2:1}${3:px}}'
571583
'overflow':
572584
'prefix': 'ov'
573585
'body': 'overflow: ${1:hidden};'

0 commit comments

Comments
 (0)