You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much for putting this together, it exactly solves my problem.
But unfortunately I'm fairly new to postcss and I don't quite understand how to implement this.
Am I supposed to clone this into the Bulma folder or something? Or add the to package.json and point to this repo?
Do I need to alter my Bulma imports for this to work properly or does this edit the bulma package itself?
The text was updated successfully, but these errors were encountered:
You actually don’t have to know how postcss works. You should just clone the repository and then run the npm commands as described in the readme. After executing these commands you will have rendered the .css files that you can include in your project. You will need to have Node.js installed to be able to use npm commands.
Thank you so much for putting this together, it exactly solves my problem.
But unfortunately I'm fairly new to postcss and I don't quite understand how to implement this.
Am I supposed to clone this into the Bulma folder or something? Or add the to package.json and point to this repo?
Do I need to alter my Bulma imports for this to work properly or does this edit the bulma package itself?
The text was updated successfully, but these errors were encountered: