maxim / bootswatch-rails

Bootswatches converted to SCSS ready to use in Rails asset pipeline.
MIT License
489 stars 84 forks source link

Wrong slate variables #43

Closed alainus closed 10 years ago

alainus commented 11 years ago

The /vendor/assets/stylesheets/bootswatch/slate/_variables.scss file does not correspond to the variables set for the template on the original Bootswatch.

Example:

Original variables.less file:

@navbar-inverse-color:                      #ccc;

_variables.scss file:

$navbarInverseBackground:                darken($grayDarker, 10%) !default;

Among other differences. Is there any way you can get the original variables set ?

Thanks!

maxim commented 10 years ago

You are looking at the wrong version of bootswatch. The bootswatch version from which the bootswatch-rails was created is the one that the git submodule is pointing at in the root of the repo. Specifically right now it's this one: https://github.com/thomaspark/bootswatch/blob/a9aab510f11515c7dec294e7b24e838ff583e15a/slate/variables.less