Merge pull request #129 from lencioni/scss-import

scss: Add @import
This commit is contained in:
Holger Rapp 2014-01-14 21:44:50 -08:00
commit beb2b5c7de

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