svelte-material-ui
svelte-material-ui copied to clipboard
add export bare.css in textfield package
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.