gaoxiaoliangz/react-scoped-css

Is it possible to inherit classes from parent?

Zhantore753 opened this issue · 0 comments

Screenshot_2

That is, the scoped is only one way.

For example:

App.jsx consists of:

  • Main.jsx - main.scoped.css / consists of:
    • Component.jsx - main.scoped.css
    • Other.jsx - main.scoped.css
  • Asd.jsx - style.scoped.css / consists of:
    • Component.jsx - style.scoped.css
    • Other.jsx - style.scoped.css

style.scoped.css and main.scoped.css have intersections in class names