-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Importing bulma css causes postcss-custom-properties error #2354
Comments
does bulma rely on css properties? |
@jquense Yes, they do use custom css properties. Is that a problem ? |
No, just trying to understand the issue a bit. I think the problem is here that the default css setup adds a bunch of cssNext setup along with it, which isn't a great default.. |
I just ran into the same issue. I created a local copy of the gatsby postcss sass plugin and ripped out the postcss (since I don't need it). |
@mbfisher had to add one more step to get that to work:
|
Due to the high volume of issues, we're closing out older ones without recent activity. Please open a new issue if you need help! |
All I did was installed bulma
yarn add bulma
Then imported bulma css
import "bulma/css/bulma.css"
And this is the error I get
The text was updated successfully, but these errors were encountered: