CSS-Next / logo.css

361 stars 13 forks source link

changing fill programatically when generating assets #31

Open itsjavi opened 2 weeks ago

itsjavi commented 2 weeks ago

I propose to have a single SVG master file (easier to maintain) and change the fills (light, dark, primary) programatically when generating the assets.

We could use some XML / SVG library for that, or just replace string literals. For the square version we only need to change the first path with a rect.

mxdvl commented 2 weeks ago

I've got something in the works which should be in a state to share in a day or two…