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

Configuration Example for Parcel #210

Closed
baronnoraz opened this issue Oct 10, 2019 · 7 comments
Closed

Configuration Example for Parcel #210

baronnoraz opened this issue Oct 10, 2019 · 7 comments

Comments

@baronnoraz
Copy link

This is a request to add a configuration example for Parcel (if anyone has a working example!). I have been unable to get this to work. I always get Can't find stylesheet to import @import "_variables.sass". Thanks!

@icyJoseph
Copy link
Contributor

First thing is to have "_variables.sass" at the very top, for example, project/src/_variables.sass. I reckon you've read a bit on Parcels' documentation and this already solved issue - I'll give it a go and see how it goes, but please do try having "_variables.sass" at the top entry level of your project.

@kennethnym
Copy link
Collaborator

@icyJoseph would be great if you can create a minimal example so I can add instructions on how to configure this library with parcel in the new documentation. thank you!

@steveblue
Copy link

@import "_variables.sass" is improper syntax. All you should need is @import "variables"

@couds
Copy link
Owner

couds commented May 14, 2020

@baronnoraz this is still an issue?

@baronnoraz
Copy link
Author

I'll give it try tonight and see. Thanks for following-up everyone

@jamwaffles
Copy link

All you should need is @import "variables"

That seems to fix it for me, thanks for the tip. Magic! Maybe not in a good way lol...

@couds
Copy link
Owner

couds commented Dec 17, 2020

In V4 we are dropping the generation of the styles in favor to allow each developer to include the bulma classes in the way their framework does it

@couds couds closed this as completed Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants