1 / 2
Yeah that seems like a CSS parsing issue explorer.eslint.org#eslint-explo... ^ the parser is returning a "Raw" block where the paragraph starts, indicating that it's getting tripped up by a syntax issue Using a nesting example from MDN with a <widely available feature shows it working as expected
2 likes 1 replies
?