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
Currently, CSS from pacakges such as ol are imported with the ?inline mode - see e.g.
ol
?inline
EOxElements/elements/map/src/main.js
Line 4 in 333e324
This works for Vite and bundlers that support this feature, but other bundlers won't be able to use this, and still need to use the bundled version of the elements. Seeing that we have a similar issue somewhat solved in https://github.com/EOX-A/EOxElements/blob/333e324def0354992fadd4640fc2ee9b72a545b4/tasks/init-style.js we caan probably find an unified solution for handling all CSS in the repo.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, CSS from pacakges such as
ol
are imported with the?inline
mode - see e.g.EOxElements/elements/map/src/main.js
Line 4 in 333e324
This works for Vite and bundlers that support this feature, but other bundlers won't be able to use this, and still need to use the bundled version of the elements.
Seeing that we have a similar issue somewhat solved in https://github.com/EOX-A/EOxElements/blob/333e324def0354992fadd4640fc2ee9b72a545b4/tasks/init-style.js we caan probably find an unified solution for handling all CSS in the repo.
The text was updated successfully, but these errors were encountered: