Add a prefix in all css selectors of imported css
In my React app (created with create-react-app): index.js ... import "@mock/style/css/mock.css"; I want to add a prefix in all css selectors included in the above file. What is the best way to achieve that? Should I use a package like…