10 lines
130 B
Plaintext
10 lines
130 B
Plaintext
/*
|
|
* Css Colors
|
|
* Generated with Matugen
|
|
*/
|
|
* {
|
|
<* for name, value in colors *>
|
|
{{name}}: {{value.default.hex}};
|
|
<* endfor *>
|
|
}
|