-
Notifications
You must be signed in to change notification settings - Fork 64
Overrides #104
Comments
A way that worked for me, was adapting the Bulma sass files through new I have written. This way you can do it the same way as in Bulma and dont have to adapt your code and keep your js clean. E.g.:
Then as you are packing your application you can either include it into your application with bundlers or set up a build job to generate a plain css file. |
I already do this with the bundlers I have set up. I'm trying to move away from having any One specific instance is that I rewrite Bulma's mixins for breakpoints ( |
Right now you just need to use bulma for that. Take the sass and compile it to css, importing it. Next version should had all this with Styled-Components. |
For overriding Bulma variables and things like breakpoints, it's pretty straightforward. How would the same concept be done using Bloomer?
Mainly, I want to be able to override the breakpoint values and a few other elements that come with Bulma.
The text was updated successfully, but these errors were encountered: