Skip to content
New issue

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

Cant find the stylesheet to import #23

Open
alagu031325 opened this issue Oct 8, 2024 · 1 comment
Open

Cant find the stylesheet to import #23

alagu031325 opened this issue Oct 8, 2024 · 1 comment

Comments

@alagu031325
Copy link

Error: Can't find stylesheet to import.

1 │ @use "node_modules/bulma/sass/utilities/mixins" as mixins;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

node_modules/bulma-list/sass/bulma-list.scss 1:1


I think the node_modules is generated in the parent folder and not in the sass folder itself where bulma-list.scss exists. So it couldnt find the reference to the stylesheet. If I mention as ../node_modules/ then it works well.

Will there be any fix for it or any suggestions pls

@alagu031325 alagu031325 changed the title Cant file the stylesheet to import Cant find the stylesheet to import Oct 9, 2024
@bluefantail
Copy link
Owner

Some stuff has been updated to do with the import setup etc in v3 did you want to have a go with that again now and see if it's cleared things up for you?

Should be looking at something along the lines of:

@use "bulma/sass/utilities/mixins" as mixins;
// Whatever the rest of your Bulma imports are

@use "bulma-list/sass/bulma-list.sass";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants