0.3.0
Added 3
- Allow \' and \" escape sequences in strings
- Support IE expression() values
- Support @-moz-document
Fixed 3
- Fix issues in older Firefox and IE browsers
- Correctly set parentStyleSheet on rules added via insertRules
- Fix package.json jake version to be modern
From CSSOM
- Allow
\'and\"escape sequences in strings, albeit not full escape sequence support. - Support IE
expression()values (#45). - Support
@-moz-document(#47). - Fix some issues in older Firefox and IE browsers.
- Correctly set
parentStyleSheeton rules added viainsertRules. - Fix package.json jake version to be modern.