Giter Site home page Giter Site logo

bootstrap.build's Introduction

Bootstrap Theme Builder (Generator)

>>> Launch app <<<

Product Hunt

Features

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.

Run on your machine

Clone the repo:

git clone [email protected]: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

Contributing

All contributions are welcome! ❀️

bootstrap.build's People

Contributors

olegberman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bootstrap.build's Issues

Responsive Sticky Top

Hi - First of all, just wanted to say that I love the website - it makes designing bootstrap color palettes a breeze! I just had a question regarding trying to use the responsive sticky top classes of Bootstrap 5. I tried to use the formatting that they have listed on the docs and I wasn't able to get it to work with any of the breakpoint syntax (it had the proper 'sticky-top' functionality if I didn't set a breakpoint). Was just wondering whether this was a supported functionality, because I also didn't see the classnames in my stylesheet. Thanks!

Update to 4.5.0

Hi.

Is there a Bootstrap 4.5.0 update coming up? Since 4.5.0 is the latest stable release.

Been using Bootstrap.build for more than a year. Hopefully this will be updated.

Thanks.

latest version of Bootstrap and Bootstrap.Build

Hi there. Quick question - I noticed that the code in this repository doesn't seem to represent what is deployed to the bootstrap.build site (version seems to be 4.1.1 on the live site and seems to have slightly different functionality). Where can we find this updated code?

Email verification not working

The issue #34 was closed without resolution, so created a new issue here. Still not receiving any verification emails on any Chromium based browsers.

r0055020

Bootstrap 3.3.x support?

Hi,

Any chance adding support for Bootstrap 3.3.x too?

Because 4 it's not backward compatible with 3, and that was not backward compatible with 2, most projects I'm aware of, won't migrate to 4.

Thank you.

Internal SASS compiler error

screenshot_5
When trying to change the focus border color of input elements i wanted to use secondary color instead of primary.

Google Font preview not work

Hi,
On your online application, using a Google Font generates an error in the console related to https. Indeed you call the url http://fonts.googleapis.com/ from a domain in https. The browsers block these external resources and the preview of the font does not work.
image
Thank you in advance for this fix.

Local build server does not work

When I follow the instructions how to start a local dev server I get in the Firefox console:

Warning: Failed prop type: Invalid prop `trigger` of type `string` supplied to `Dropdown`, expected `array`.
    in Dropdown (created by Dropdown)
    in Dropdown (at header.js:46)
    in div (at header.js:45)
    in header (at header.js:41)
    in Header (at app.js:315)
    in div (at app.js:314)
    in App (at index.js:5)

The app halts at "compiling".

Update to latest version

Bootstrap has released v4.1 a week ago
seems like a good time to update the tool to the latest version

Add PostCSS to the build so necessary vendor prefixes get added

Hey, Oleg! Just opening up a little issue for you to add PostCSS prefixing that I noticed Bootstrap 4 has but isn't part of your build.

It's not a big issue, but one area I did see it impact was webkit-appearance: none. This prefix causes a double dropdown icon to appear in <select> elements. Screenshot attached.

Double dropdown arrow icon for native <select> element

If you're busy I can always take a look at adding this functionality in for you. :)

Login not working

Hi,

at bootstrap.build the Login not working anymore. Pleease fix it.

regards,
Jonathan

$spacers is difficult to define in the interface and not taken into account in the generated css

Hello.

$spacers seems to be not taken into account when exporting .css files. For example, when you define a variable like this (with 3 more levels):

$spacers: (0: 0,1: ($spacer * .25),2: ($spacer * .5),3: $spacer,4: ($spacer * 1.5),5: ($spacer * 3),6: ($spacer * 5),7: ($spacer * 7),8: ($spacer * 10));

You should expect classes like p-6, py-7, etc. in the resulting css files, but spacing classes stops at **-5...

Futhermore, the web interface shows 2 $spacers inputs that are difficult to use (because the modification of one input modify also the content of the second one...).

Thank you for your work.

Bootstrap 4.3

Any plans to implement latest bootstrap release with responsive font scales?

Copy paste option for import variable

We are working in secured network and can't upload __variables.scss.

Please provide option to copy paste variables along with tab custom.scss.

It will be great help.

Update to 4.3.1

Current BS is 4.3.1 and I'm noticing a few issues with builder such as dropdowns having a misplaced arrow etc.

Export broken?

The exported files (variables and custom scss) are throwing errors when compiled, due to missing variables.

For ex, if you try to customize Flatly, it first complains about missing $theme-colors variable. After manually adding it, it continues with $body-color, etc...

Problem importing scss

Hello comunity
I having a problem importing a costum scss file for the boostrap build v4.1.1
Every time i try to import an scss nothing happens, after investigating a bit further discover that theres a problem in the script, i am getting this error

TypeError: e.variables is undefined[Learn More]
app.js:68:10

Does anyone know why i am getting this problem ?

Thank you in advance

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.