hperrin / svelte-material-ui

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

add export bare.css in textfield package #613

Open UglyDonkey opened 11 months ago

UglyDonkey commented 11 months 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.