devmingle
Home
Categories
Popular Codes
Articles
/
CSS
/
Bulma
/
How to use bulma in gatsby
How to use bulma in gatsby
How to use bulma in gatsby
yarn add bulma sass gatsby-plugin-sass Then, add the gatsby-plugin-sass in to gatsby-config.js. plugins: [`gatsby-plugin-sass`], create a custom scss file with the following configs @charset "utf-8"; @import "~bulma/bulma.sass"; Now lastly import your custom scss file into your index.js file or whichever file you want
3
Source:
gatsbyjs.com
Share
Similar codes
0 vote
182 views
1 answer
ProgressBars bulma -- thickness
CSS
Bulma
12 votes
186 views
2 answers
How to center element in bulma
CSS
Bulma
0 vote
183 views
1 answer
Bulma modal
CSS
Bulma
0 vote
194 views
3 answers
Bulma lowercase
CSS
Bulma
0 vote
181 views
1 answer
Parcel-bundler bulma css
CSS
Bulma
0 vote
177 views
3 answers
Bulma capitalized
CSS
Bulma
0 vote
191 views
2 answers
Bulma uppercase
CSS
Bulma
Share