5 lines
186 B
Text
5 lines
186 B
Text
|
# -*- mode: snippet; require-final-newline: nil -*-
|
||
|
# name: box-shadow
|
||
|
# key: boxshadow
|
||
|
# --
|
||
|
box-shadow: ${1:offset-x} ${2:offset-y}${3: [blur-radius]}${4: [spread-radius]}${5: [color]};
|