advanced-react-webpack-babel-setup icon indicating copy to clipboard operation
advanced-react-webpack-babel-setup copied to clipboard

Use CSS without Modules?

Open ephraimduncan opened this issue 3 years ago • 0 comments

Sorry for disturbing again, but I really need this.

In your series, you use CSS Modules, more like as a component import styles from "./style.css" then reference it with className={styles.title}

I want to use it straight away without importing it as a component. Like import "./style.css" className="title"

ephraimduncan avatar Jul 14 '20 17:07 ephraimduncan