I just recently added support for it in RE:DOM
redom.js.org/documentation
Didn't like the idea before, but there's many benefits:
- activate on-demand when component first used (split parsing time)
- component have all of it's stuff in one place
- vendor prefixes are auto detected with browser
- one less HTTP request 🙂