postcss-selector-parser
postcss-selector-parser copied to clipboard
Fix source indices for Sass interpolated selectors
Fixes https://github.com/postcss/postcss-selector-parser/issues/243
I had to rewrite most of the splitWords parser method because the previous one didn't use the correct indices when multiple tokens were involved.
Coverage decreased (-0.07%) to 95.369% when pulling b4c1b7193a3d7ece692ef0dcf6b81f3e5ce4a08a on patrickszmucer:ps/fix-sass-interpolation-indices-2 into 54f71ef6c3ba47c5388ab978631f148133fdfb1d on postcss:master.
@alexander-akait is this something you would consider merging, or should we close this out?