10
packages/uhk-web/src/svgs/icons/scss-template.mustache
Normal file
10
packages/uhk-web/src/svgs/icons/scss-template.mustache
Normal 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}}
|
||||
Reference in New Issue
Block a user