Revert "Remove unused mustache file."

This reverts commit 63aae8f578.
This commit is contained in:
László Monda
2018-09-20 02:31:06 +02:00
parent 63aae8f578
commit eb421e0681

View File

@@ -0,0 +1,10 @@
%{{commonName}} {
background: url($uhk-icon-path) no-repeat;
}
{{#shapes}}
{{#selector.shape}}{{expression}}{{^last}},{{/last}}{{/selector.shape}} {
@extend %{{commonName}};
background-position: {{position.relative.xy}};
}
{{/shapes}}