This commit is contained in:
ManjaroOne666 2019-06-26 14:41:37 +01:00
parent 4a55a05cd4
commit b17cf63cff
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ ${1:&}::before {
} }
endsnippet endsnippet
snippet after "::before { ... }" snippet after "::after { ... }"
${1:&}::after { ${1:&}::after {
content: '$2'; content: '$2';
display: ${3:block}; display: ${3:block};