You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
777 B
777 B
2.3.2
- Resolves an issue where stylehacks would crash on CSS mixins.
2.3.1
- Upgraded postcss-selector-parser to
v2.0.0. - Fixed an issue where stylehacks was not removing
*zoom: 1from rules generated by other PostCSS plugins.
2.3.0
-
Each warning now contains more information about the hack; what identifier it targets, what the hack is, and the browsers that it affects. E.g:
{ browsers: [ 'ie 6', 'ie 5.5' ], identifier: 'selector', hack: '* html h1' }
2.2.0
- Added
value\9hack.
2.1.0
- Added
html ~ /**/ body .selectorhack. - Added a method to detect if a PostCSS node has any hacks.
2.0.0
- Added
body:empty&html:first-childhacks. - Upgraded to PostCSS 5.
1.0.0
- Initial release.