noprompt / garden

Generate CSS with Clojure
1.34k stars 87 forks source link

Expose API for working with the CSSOM from CLJS #36

Open noprompt opened 10 years ago

stephenway commented 8 years ago

Would this make it possible to create plugins to use with garden for custom mutations?

noprompt commented 8 years ago

@stephenway Mutations?

stephenway commented 8 years ago

Yea like, if I wanted to write a plugin to mutate all instances of display: flex; to also include the older flexbox rules in my compiled CSS as fallbacks.