chrome-extension-boilerplate-react-vite icon indicating copy to clipboard operation
chrome-extension-boilerplate-react-vite copied to clipboard

css modules support

Open cnajim opened this issue 1 year ago • 1 comments

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

cnajim avatar Sep 24 '24 14:09 cnajim

Thank you for your contribution. We will check and reply to you as soon as possible.

github-actions[bot] avatar Sep 24 '24 14:09 github-actions[bot]

@cnajim Can you give us a repo with code? Minimal code reproduction

PatrykKuniczak avatar Jan 25 '25 20:01 PatrykKuniczak

@cnajim Hi, one more time request for MCR :)

PatrykKuniczak avatar Feb 14 '25 09:02 PatrykKuniczak

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 avatar Feb 27 '25 18:02 mattgle

@mattgle Are you eager to contribute and add that support?

PatrykKuniczak avatar Mar 15 '25 16:03 PatrykKuniczak

I'm closing because of inactivity.

PatrykKuniczak avatar Mar 18 '25 19:03 PatrykKuniczak