Preserve comments inside pseudo-function selectors (
bca1f73)
CSS formatting now keeps comments inside functional pseudo-classes and pseudo-elements instead of pulling them before the function name. This fixes selector output like :where(/* comment */ div) and should reduce surprising reformatting in CSS/SCSS code.