veinjs
veinjs copied to clipboard
Injects CSS into the document (it's a perfectly legal procedure)
extend the @media (type 4) support to also handle @page (type 6)
In both IE 9 & 10, I am getting a IndexSizeError inside the insertRule method. You can see it here... http://cl.ly/image/033s0N2a0v3V This does not happen in IE11 and I have...
Is there a way we can inject the existing stylesheet ? for example we had already style with id my-custom-css, I need something like this ``` var myCss = vein.init({...
Loving the new media query support. I've been playing around a little and I've noticed some strange behavior. Here's a fiddle with some test cases: http://jsfiddle.net/chad/Cr486/ There's a bunch of...
Following up on: https://github.com/israelidanny/veinjs/issues/7 It seems like a good idea to integrate with some sort of prefix-free library to provide some added value to the existing functionality.