veinjs
veinjs copied to clipboard
Support matching CssPageRules
extend the @media (type 4) support to also handle @page (type 6)
this works in chrome for updating such rules, but setProperty on CssPageRules doesn't seem to work in FF or Edge.
If I enable css warnings in FF, I'm seeing Unknown property 'size'. Declaration dropped. for @page {size: a4 landscape;}
Turns out size isn't supported yet in Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=851937