vscode settings

This commit is contained in:
Ray Elliott 2022-10-26 15:01:09 +01:00
commit ad3ac3ea7f
6 changed files with 451 additions and 435 deletions

View file

@ -253,10 +253,7 @@ endsnippet
snippet pabs "Position: absolute ..."
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
inset: 0;
endsnippet
snippet v "var(--...)"