Merge branch 'master' of ssh://git.rayelliott.dev:3222/dots/nvim
This commit is contained in:
commit
ea40529c6a
|
@ -39,6 +39,11 @@ snippet h "height: ;"
|
||||||
height: ${1:100%};
|
height: ${1:100%};
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet wh "width: ; height: ;"
|
||||||
|
width: ${1:100%};
|
||||||
|
height: $1;
|
||||||
|
endsnippet
|
||||||
|
|
||||||
snippet mxw "max-width: ;"
|
snippet mxw "max-width: ;"
|
||||||
max-width: ${1:100%};
|
max-width: ${1:100%};
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
Loading…
Reference in New Issue