added additional matugen templating. guides coming soon
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
:root {
|
||||
<* for name, value in colors *>
|
||||
--{{name}}: {{value.default.hex}};
|
||||
<* endfor *>
|
||||
|
||||
<* for name, value in colors *>
|
||||
--{{name}}_rgb: {{value.default.red}} {{value.default.green}} {{value.default.blue}};
|
||||
<* endfor *>
|
||||
}
|
||||
Reference in New Issue
Block a user