hperrin / svelte-material-ui

Svelte Material UI Components
https://sveltematerialui.com/
Apache License 2.0
3.32k stars 285 forks source link

add export bare.css in textfield package #613

Open UglyDonkey opened 1 year ago

UglyDonkey commented 1 year ago

The same as in https://github.com/hperrin/svelte-material-ui/pull/512

I import css files in svelte components so only required css is downloaded by browser. This change is required to make it possible.

Weird that some packages have defined exports some not. I guess it would be good to have single convention across all of them.