postcss / postcss-selector-parser

A CSS selector parser, integrates with postcss but does not require it.
MIT License
205 stars 48 forks source link

fix: `Combinator.raws` property type #254

Closed ybiquitous closed 2 years ago

ybiquitous commented 2 years ago

Fix #253

I fixed the Combinator type by referencing src/parser.js. Please let me know if there are any problems.

https://github.com/postcss/postcss-selector-parser/blob/210fd21e397b03ab48b6a02090bc01d17a8749ed/src/parser.js#L500

https://github.com/postcss/postcss-selector-parser/blob/210fd21e397b03ab48b6a02090bc01d17a8749ed/src/parser.js#L552

https://github.com/postcss/postcss-selector-parser/blob/210fd21e397b03ab48b6a02090bc01d17a8749ed/src/parser.js#L587