Release 0.7.1
martinpengellyphillips
released this
23 Mar 18:08
·
57 commits
to main
since this release
Fixed
- Fix import error (
Failed to resolve import "virtual:windi.css"
) when using
'solid' export source in another SolidJS project that does not use WindiCSS.
Strip the relevant import line post build as it is not needed in the
distributed package (the styles are already compiled and available viaimport "@thisbeyond/solid-select/style.css";
).