add snippets
This commit is contained in:
parent
066926e863
commit
765182a79b
2 changed files with 10 additions and 3 deletions
|
|
@ -123,6 +123,14 @@ snippet o "opacity: ... ;"
|
|||
opacity: ${1:0};
|
||||
endsnippet
|
||||
|
||||
snippet rgbw "rgba( ... )"
|
||||
rgba(${1:#fff}, ${2:0.5})
|
||||
endsnippet
|
||||
|
||||
snippet rgbb "rgba( ... )"
|
||||
rgba(${1:#000}, ${2:0.5})
|
||||
endsnippet
|
||||
|
||||
snippet before "::before { ... }"
|
||||
${1:&}::before {
|
||||
content: '$2';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue