postcss-selector-parser icon indicating copy to clipboard operation
postcss-selector-parser copied to clipboard

broken stringify for `[ *|href ]`

Open alexander-akait opened this issue 6 years ago • 0 comments

Input:

[ *|href ] { }

After stringify:

[*|href ] { }

We lose space before namespace

alexander-akait avatar Mar 19 '19 14:03 alexander-akait