You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were importing CSS files directly from library code. This causes
issues for downstream users, because they are forced to configure
their build system to support CSS imports (e.g. webpack doesn't
support this by default). Moreover, this makes it impossible to use
the library without a build system (e.g. importing it directly from
pure HTML/JS files).
Make users responsible for including the CSS one way or another.
Our stories do this using CSS imports already, but other downstream
consumers might prefer to use a <link> or similar.
Signed-off-by: Simon Ser <[email protected]>
0 commit comments