customize attributes

This commit is contained in:
Tony 2014-07-03 23:17:37 -05:00 committed by Tony Salamanca
parent 6a4cadf159
commit 59e9d8e9bd

View File

@ -28,6 +28,8 @@ snippet @r
@require '${0}'
snippet @m
@media ${1:screen}
snippet @msmw
@media screen and (min-width: ${0}px)
snippet @ext
@extend .${1}
${0}