stackofcodes
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
233 views
3 answers
Bulma capitalized
CSS
Bulma
0 vote
228 views
1 answer
Parcel-bundler bulma css
CSS
Bulma
0 vote
213 views
1 answer
ProgressBars bulma -- thickness
CSS
Bulma
0 vote
218 views
1 answer
Bulma modal
CSS
Bulma
12 votes
220 views
2 answers
How to center element in bulma
CSS
Bulma
0 vote
261 views
3 answers
Bulma lowercase
CSS
Bulma
0 vote
216 views
2 answers
Bulma uppercase
CSS
Bulma
Share