8.5.27
Fixed 7
- Remove any comments starting with /*#
- Handle * hack before a comment in Custom Properties
- Handle empty values in the middle of list.comma()
- Handle whitespace-only values in list.space()
- Fix rule's end position on space before semicolon
- Fix types
- Fix Chinese text in deprecation warning
From PostCSS
- Fixed removing any comments starting with
/*#(by @dylanpulver). - Fixed
*hack before a comment in Custom Properties (by @Jaybhade). - Fixed empty values in the middle of
list.comma()(by @MahinAnowar). - Fixed whitespace-only values in
list.space()(by @MahinAnowar). - Fixed rule’s end position on space before semicolon (by @maximilliangrand).
- Fixed types (by @romainmenke).
- Fixed Chinese text in deprecation warning (by @Jesse205).