toomuchdesign/postcss-nested-ancestors

VScode throws error: } expectedpostcss(css-rcurlyexpected)

jvandenrym opened this issue · 0 comments

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 */
    }
}