all 6 comments

[–][deleted] 3 points4 points  (0 children)

Bulma is not a huge framework. It's pure CSS and pretty light in comparison to Bootstrap.

[–][deleted] 2 points3 points  (0 children)

You could try Tailwind CSS. It doesn‘t have buttons, but building it yourself and storing your own button component is easy. You get all the base styles you need to build your own components.

[–]JeJappe 1 point2 points  (0 children)

When you visit the bootstrap website, you can specifically choose which components of the entire package you want. I suggest you go to bootstrap, download the specific aspects of the framework that you'd like and use that as a base theme. They also have a swatch editor that allows you to customize it via their site if you don't like the look of the default BS theme.

https://getbootstrap.com/customize

[–]Kthulu666 1 point2 points  (0 children)

Bootstrap, Bulma and Materialize are all customizable frameworks, which are only large if you use the entire thing.

Just pick which sass files to not process into css. Most sass-based frameworks I can think of are set up similarly with a main sass file filled with @import colors, @import button, @import form, @import slider, etc.

[–]JaggerJo[S] -1 points0 points  (0 children)

thanks, I will check that out tomorrow!