I find LESS framework a very nice step forward in doing CSS programitcally.
I wanted to check what could be the less tyle dynamic css for some existing css.
So wanted to check if it is possible that we can genrate dynamic css from an existing CSS.
I find LESS framework a very nice step forward in doing CSS programitcally. I
Share
I don’t know of anything that will do it for you, and I’m not sure how useful that would be anyway. However, note that valid CSS is also valid LESS and valid SCSS (if you want to go the Sass way) so you can just start with that and add bits of dynamism incrementally.
Kind of like how valid JavaScript is also valid TypeScript.