I am pretty new to bulma and sass files but I have followed the instructions on the documentation and I'm no further forward with getting the timeline extension to work.
I first tried the npm way but I got stuck at the npm run build as I don't have a build file but I think that is because its just a static html page I am creating. I then tried the second way of doing it through the git repo. I have the following..
In: node-modules/bulma/sass/
I created a folder extensions and inside that, the 2 files below with the the content stated -
timeline.sass (all the code from bulma-timeline.sass in the github repo) - also tried using the same name bulma-timeline but didn't make a difference
_all.sass:
@charset "utf-8"
@import 'timeline.sass'
Then in the node-modules/bulma/bulma.sass file, I added:
@import "sass/extensions/_all"
Any help would be very helpful and sorry if it is a silly question!
Hello,
I am pretty new to bulma and sass files but I have followed the instructions on the documentation and I'm no further forward with getting the timeline extension to work.
I first tried the npm way but I got stuck at the npm run build as I don't have a build file but I think that is because its just a static html page I am creating. I then tried the second way of doing it through the git repo. I have the following.. In: node-modules/bulma/sass/ I created a folder extensions and inside that, the 2 files below with the the content stated - timeline.sass (all the code from bulma-timeline.sass in the github repo) - also tried using the same name bulma-timeline but didn't make a difference _all.sass: @charset "utf-8" @import 'timeline.sass'
Then in the node-modules/bulma/bulma.sass file, I added: @import "sass/extensions/_all"
Any help would be very helpful and sorry if it is a silly question!
Thanks, A