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 am using v3 of this repo with a gatsby v2 site.
i am importing the components like so
import { Field, Control, Label, Input, Help,} from 'react-bulma-components/lib/components/form'
All is working fine when running gatsby develop and the styles are imported from the form.sass file in the bulma node_modules folder.
gatsby develop
form.sass
However when i run gatsby build none of the Bulma styles are being imported.
gatsby build
This is my gatsby sass config
{ resolve: `gatsby-plugin-sass`, options: { includePaths: ['./src', './node_modules'], }, },
I have tried both with and without node_modules in the includePath
node_modules
includePath
i assume this is a webpack issue but i cant quite work out whats going on.
The text was updated successfully, but these errors were encountered:
Seems to be an issue related to gatsby-plugin-sass. What's your version ? Try to lock your gatsby-plugin-sass to version 1.0.19 if you are on 1.0.20. Check this issue : Styles missing from build when using gatsby-plugin-sass with CSS modules
gatsby-plugin-sass
1.0.19
1.0.20
Sorry, something went wrong.
i'm using version 2.0.11 of gatsby-plugin-sass
2.0.11
This is still happening? the Gatsby issue is solved
Closing this due inactivity
No branches or pull requests
I am using v3 of this repo with a gatsby v2 site.
i am importing the components like so
import { Field, Control, Label, Input, Help,} from 'react-bulma-components/lib/components/form'
All is working fine when running
gatsby develop
and the styles are imported from theform.sass
file in the bulma node_modules folder.However when i run
gatsby build
none of the Bulma styles are being imported.This is my gatsby sass config
I have tried both with and without
node_modules
in theincludePath
i assume this is a webpack issue but i cant quite work out whats going on.
The text was updated successfully, but these errors were encountered: