Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d0667a2

Browse files
Add min-height and min-width
Fixes #13
1 parent 4ee916e commit d0667a2

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
@@ -203,6 +203,12 @@
203203
'margin-top':
204204
'prefix': 'mart'
205205
'body': 'margin-top: ${1:${2:1}${3:px}}0ドル'
206+
'min-height':
207+
'prefix': 'mh'
208+
'body': 'min-height: ${1:${2:1}${3:px}}0ドル'
209+
'min-width':
210+
'prefix': 'mw'
211+
'body': 'min-width: ${1:${2:1}${3:px}}0ドル'
206212
'overflow':
207213
'prefix': 'ov'
208214
'body': 'overflow: ${1:hidden}0ドル'
@@ -532,6 +538,12 @@
532538
'margin-top':
533539
'prefix': 'mart'
534540
'body': 'margin-top: ${1:${2:1}${3:px}};0ドル'
541+
'min-height':
542+
'prefix': 'mh'
543+
'body': 'min-height: ${1:${2:1}${3:px}};0ドル'
544+
'min-width':
545+
'prefix': 'mw'
546+
'body': 'min-width: ${1:${2:1}${3:px}};0ドル'
535547
'overflow':
536548
'prefix': 'ov'
537549
'body': 'overflow: ${1:hidden};0ドル'

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /