Add @import to scss snippets

Following the local pattern, this snippet is triggered by either `@imp`
or `imp`.
This commit is contained in:
Joe Lencioni 2014-01-14 10:27:09 -08:00
parent 8a3f34b561
commit 9b9235d40f

View File

@ -1,3 +1,7 @@
snippet /@?imp/ "@import '...';" br
@import '${1:file}';
endsnippet
snippet /@?inc/ "@include mixin(...);" br snippet /@?inc/ "@include mixin(...);" br
@include ${1:mixin}(${2:arguments}); @include ${1:mixin}(${2:arguments});
endsnippet endsnippet