update css snippet

add wh - width and height
This commit is contained in:
dots 2020-05-09 18:30:24 +03:00
parent 7197bd6605
commit 34b04726ab
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@ snippet h "height: ;"
height: ${1:100%};
endsnippet
snippet wh "width: ; height: ;"
width: ${1:100%};
height: $1;
endsnippet
snippet mxw "max-width: ;"
max-width: ${1:100%};
endsnippet