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
I import components from an external library. These components all use <style lang="scss">. I get these errors for all components:
<style lang="scss">
Comments:
> style:/usr/local/__site/src/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]_/node_modules/fulldev-ui/src/components/_todo/Prose.astro:3:2: warning: Comments in CSS use "/* ... */" instead of "//" 3 │ // @include component('prose') { ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@imports:
> style:/usr/local/__site/src/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]_/node_modules/fulldev-ui/src/components/typography/ListItem.astro:1:8: error: Could not resolve "../../css/utils.scss" (the plugin "bookshop-astro" didn't set a resolve directory) 1 │ @import '../../css/utils.scss'; ╵ ~~~~~~~~~~~~~~~~~~~~~~
other:
errors: [ { detail: undefined, location: { column: 8, file: 'style:/usr/local/__site/src/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]_/node_modules/fulldev-ui/src/components/_Component.astro', length: 19, line: 1, lineText: "@import '../css/utils.scss';", namespace: '', suggestion: '' }, notes: [], pluginName: '', text: `Could not resolve "../css/utils.scss" (the plugin "bookshop-astro" didn't set a resolve directory)` },
@ cloudcannon support: full logs on https://swift-tundra.cloudvent.net/
The text was updated successfully, but these errors were encountered:
We run into the same problem when we want to import scss variables into bookshop components.
Sorry, something went wrong.
No branches or pull requests
I import components from an external library. These components all use
<style lang="scss">
. I get these errors for all components:Comments:
@imports:
other:
@ cloudcannon support: full logs on https://swift-tundra.cloudvent.net/
The text was updated successfully, but these errors were encountered: