postcss-nested-ancestors icon indicating copy to clipboard operation
postcss-nested-ancestors copied to clipboard

VScode throws error: } expectedpostcss(css-rcurlyexpected)

Open jvandenrym opened this issue 2 years ago โ€ข 0 comments
trafficstars

VSCode throws an error related to the post css nested plugin (plugin is loaded before postcssNested plugin):

} expectedpostcss(css-rcurlyexpected)

.MyComponent {
  &-part{}
    &:hover {
        > ^&-part {} /* Skip ":hover" inheritance here */
    }
}

jvandenrym avatar Aug 11 '23 20:08 jvandenrym