An alternative simple and elegant Bōōtstrāp way!
Customize Bootstrap with a modern approach.
Generate and download your custom CSS file.
Replies
Best
Maker
📌
☝️ Why another fork of Bootstrap??
I believe that Bootstrap is a comprehensive CSS framework, ready to use out of the box. It's used in various ways, sometimes compiled and often through a CDN. Basic CSS rules (like fonts and colors) are sometimes overwritten via a new CSS file.
According to recent developments in CSS compatibility, it's possible to use Bootstrap without having to compile the code, while still retaining the ability to easily customize certain parameters.
The native CSS variables have also revolutionized my approach.
Using some simple native CSS variables, it's possible to quickly customize Bootstrap.
• No compile required
• Native CSS variables
• BS convention
Replies