chenglou/RCSS

Plugins

Closed this issue · 2 comments

How do you see tools like autoprefixer integrating with RCSS? Will there be an API?

I've considered this before but went the simpler route of not including it. But there's nothing stopping you from adding those extra props before calling createClass.

As for this lib, it already supports vendor prefixes when validating attributes: https://github.com/chenglou/RCSS/blob/master/index.js#L22

Tell me if that makes sense. if it is, no modification here is needed and I'll close this.

Makes sense. Good call to include vendor prefixing by default.