Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Add SCSS variable prefixes, default & use Bootstrap #51

Open
bertoost opened this issue Oct 21, 2015 · 0 comments
Open

Add SCSS variable prefixes, default & use Bootstrap #51

bertoost opened this issue Oct 21, 2015 · 0 comments

Comments

@bertoost
Copy link

Please add a prefix to your SCSS variables.
Like $spinnerSize .. should be like;

$ladda-spinnerSize: 32px !default;

or even better $ladda-spinner-size (more like Bootstrap itself)

Also applicable for the theme file (colors etc).

Besides that; use Bootstrap variables too, with !default, like

$ladda-color-blue: $brand-primary !default;

And maybe even better to use bootstrap colors and names instead of something from yourself ;-)

After all; it's really a great addon for Bootstrap.
I use it for modal submit buttons which is working great!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant