eslint-plugin-css-modules icon indicating copy to clipboard operation
eslint-plugin-css-modules copied to clipboard

Support no-undef-class with :global()

Open briboles opened this issue 6 years ago • 0 comments

Proposed solution to issue https://github.com/atfzl/eslint-plugin-css-modules/issues/14

  • If the node that contains :global pseudoClass contains arguments and other classes, only remove the pseudoClass.
  • If the node does not contain other classes remove the full node.

briboles avatar Oct 18 '19 23:10 briboles