|
|
|
|
|
by ino
3736 days ago
|
|
Is there a css3 variables compiler/processor/translator to plain css without variables? It can be a copy-paste tool on the internet or whatever, no preprocessor or build tools required. You work directly with styles.css3 in the browser and when you're done you transform it to old style without variables, so it works in older browsers. That's what I wanted to do last week but as I couldn't find such a tool, at the end I did a search/replace. It was a small project obviously. |
|