We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
text-shadow
inset
box-shadow
1 parent 09593db commit 43ed873Copy full SHA for 43ed873
UltiSnips/css.snippets
@@ -45,11 +45,11 @@ snippet ! "!important CSS (!)"
45
endsnippet
46
47
snippet tsh "text-shadow: color-hex x y blur (text)"
48
-text-shadow: ${1:${2:color} ${3:offset-x} ${4:offset-y} ${5:blur}};$0
+text-shadow: ${1:${2:offset-x} ${3:offset-y} ${4:blur} ${5:color}};$0
49
50
51
snippet bxsh "box-shadow: color-hex x y blur (text)"
52
-box-shadow: ${1:${2:offset-x} ${3:offset-y} ${4:blur} ${5:spread} ${6:color}};$0
+box-shadow: ${1:${2:offset-x} ${3:offset-y} ${4:blur} ${5:spread} ${6:color} ${7:inset}};$0
53
54
55
#
0 commit comments