Easy steps to customize Bulma CSS in Next.JS
January 5, 2022
We can easily customize Bulma for your Next.JS (or others) with the following steps.
1. Add Bulma to your project.
yarn add bulma
2. Adjust necessary parameters.
3. import Bulma in your global scss file.
$primary: #fa7203; @import "~bulma/bulma.sass";
Here is the link for all parameters you can adjust.