matype / stylefmt

stylefmt is a tool that automatically formats stylesheets.
Other
2.1k stars 89 forks source link

Spaces inserted in attribute selectors #146

Closed hejmartin closed 8 years ago

hejmartin commented 8 years ago

I guess stylefmt thinks that the ~ is a general sibling combinator, and therefore inserts whitespace around it, but this breaks the attribute selector when using ~=.

Input:

[data-sizes~="m:0"] {}

Output:

[data-sizes ~ ="m:0"] {}
matype commented 8 years ago

@hejmartin Just released stylefmt v3.4.2. Please update to latest version and confirm it. Thank you for your report :)