add wh - width, height to css

This commit is contained in:
Ray Elliott 2020-05-09 15:26:33 +00:00
commit 485eefc017

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