Bootstrap 4 – Bootstrap.build was built for the latest version of Bootstrap (v4.0.0-beta.2).
Google Fonts – All Google Fonts are available and auto suggested for font variables.
Variables suggest – Don't remember what's that variable called? No problem! You can search all available variables.
Color picker – Enjoy playing around with colors with a built-in Sketch-like colorpicker.
Server or client – Compile SASS in your browser or on our servers, depending on your device and internet connection speed.
Editable code snippets – Play around with examples by changing code in built-in code editor.
Export – Download .SCSS variables file or a custom Bootstrap build!
Open Source – You are free to use and modify the project for personal and commercial purposes.
Clone the repo:
git clone git@github.com:olegberman/bootstrap.build.git
Install dependencies:
cd bootstrap.build
yarn install
Start app server:
yarn start
Start SASS compiler server (in a different terminal), this is used for server-side compilation strategy:
node server-sass.js
Start nginx with a config file from conf.nginx
.
Browse to 127.0.0.1
All contributions are welcome! ❤️