#Do I need to import the .css file each time I use a button? What's the easiest way to customize
5 messages · Page 1 of 1 (latest)
Do I need to import the .css file each time I use a button? What's the easiest way to customize
Hmm roger that. Should everything be in the same module? Because If not i'd have to import tons of css, right?
For example```
import buttonClasses from '@/styles/button/Button.module.css
import alertClasses from '@/styles/alert/Alert.module.css
import accordionClasses from '@/styles/accordion/Accordion.module.css