Remove unused mustache file.

This commit is contained in:
László Monda
2018-09-20 02:08:58 +02:00
parent e577454a31
commit 63aae8f578

View File

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