-
Notifications
You must be signed in to change notification settings - Fork 44
Module build failed: Syntax Error #20
Comments
Be carefull the default file for import is the sass one. Try specifying .min.css in your import rule (I don't know if you hahe to specify the full path) |
yes this worked thanks, I have another question do we have to include the javascript file in index.html for the steps navigation to work? Right now, clicking on next doesn't have the correct behavior. |
Yes you have to include the JavaScript part too |
that's waht I'm trying to do for the past 45 minutes, I have added
|
Weird. Try with non minified version to see if you still having the issue ? |
yes same 😕 |
I managed to fix the issue however the steps still not work but now I don't have anymore the previous error. I followed this stackoverflow post |
Hi, if you're using webpack please have a look on my gulpfile.js configuration file (in the repository) |
@import 'node_modules/bulma-steps/dist/css/bulma-steps.sass'; Add this in styles.scss after bulma. |
I'm trying to integrate bulma-steps to my project so I installed the extensions via npm with
npm install --save bulma-steps
then I have included bulma steps to my main css file styles.css with
@import 'bulma'; @import '~bulma-steps';
And when I try to build my project I have this error :
The text was updated successfully, but these errors were encountered: