Is there any way to get the timeline (and other extensions, like tooltips) to pick up my custom colors, so I can do things like timeline-item is-revenue?
The custom colors work across the rest of Bulma, but it seems they aren't picked up by the extensions.
Any thoughts? Thanks!
Edit: It seems if I import the sass file directly then my custom colors are picked up: @import "~bulma-timeline/dist/css/bulma-timeline"; Is this the correct way to do it? Should I be importing this file or the index.sass file from the src directory? FWIW this is in a React/Django project with Webpack. Please do let me know if there's any info I can clarify for you. Thanks!
Assuming I've created some custom colors like so:
Is there any way to get the timeline (and other extensions, like tooltips) to pick up my custom colors, so I can do things like
timeline-item is-revenue
?The custom colors work across the rest of Bulma, but it seems they aren't picked up by the extensions.
Any thoughts? Thanks!
Edit: It seems if I import the sass file directly then my custom colors are picked up:
@import "~bulma-timeline/dist/css/bulma-timeline";
Is this the correct way to do it? Should I be importing this file or the index.sass file from the src directory? FWIW this is in a React/Django project with Webpack. Please do let me know if there's any info I can clarify for you. Thanks!