Releases: stealjs/steal-css
Releases · stealjs/steal-css
1.3.2
1.2.5
This release fixes an issue with css loading in IE 11+ in development mode. #56
steal-css
uses a style tag to inline the CSS in development, the style tag content was set using style.styleSheet.cssText
which is not supported in IE 11+; setting style.sheet.cssText
instead fixes the problem.
This release also includes several dependency updates.