We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Including the src/styles/miru.css file inside src/miru.ts (or as additional rollup entry) results in the following error
src/styles/miru.css
src/miru.ts
error during build: Error: EISDIR: illegal operation on a directory, open 'C:\[...]\miru\dist'
Thus, the themes/miru.min.css stylesheet miss the required tailwindcss stylings which, of course, should not be missing for non-vue based use cases.
themes/miru.min.css
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Including the
src/styles/miru.css
file insidesrc/miru.ts
(or as additional rollup entry) results in the following errorThus, the
themes/miru.min.css
stylesheet miss the required tailwindcss stylings which, of course, should not be missing for non-vue based use cases.The text was updated successfully, but these errors were encountered: