css modules support
I'm trying to use css modules for styling, but enabling it in the ui directory requires bundling the package, which introduces other problems in other modules that depend on it
Thank you for your contribution. We will check and reply to you as soon as possible.
@cnajim Can you give us a repo with code? Minimal code reproduction
@cnajim Hi, one more time request for MCR :)
I would love to have an option when using the bootstrap to NOT use tailwind, i think adding tailwind to the bootstrap its way too opinionated.
I would also love CSS Modules support.
Example code:
<Component className={styles.myComponent} />
.myComponent {
width: 200px;
}
@mattgle Are you eager to contribute and add that support?
I'm closing because of inactivity.