Add some new snippets

This commit is contained in:
Max Bucknell 2016-02-12 09:00:42 +00:00
parent 6394f79f40
commit 215344d93a
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,3 @@
snippet mrem
unit($1 / @font-size__s) * 1rem$0
endsnippet

View file

@ -0,0 +1,9 @@
snippet mmodxml
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="$1" setup_version="0.1.0">
$0
</module>
</config>
endsnippet