bootswatch-rails
bootswatch-rails copied to clipboard
Bootswatches converted to SCSS ready to use in Rails asset pipeline.
Update to the new, fresh, and exciting Bootswatch themes. Both Sketchy and Minty look pretty sweet.
I'd love to start using those two new themes. How could I help update this project to support the latest Bootswatch themes?
After following your instructions in the Readme file, I've this error: `Incompatible units: 'rem' and 'px'.` I'm on rails 5.0.1 using `gem 'bootstrap', '~> 4.0.0.alpha5'` I've this error:
hi: When I precompile alert "Sass::SyntaxError: Undefined variable: "$navbar-default-bg"." Rails version :4.1.0 Ruby version ruby 2.0.0p247 bootswatch-rails 3.2.4
Hi, Shouldn't the README say ``` // First set or import your overrides $text-color: #000; ``` instead of ``` // First set or import your overrides $textColor: #000; ``` ?
Based on our email conversation, here is the pull request. It should work the same way with Rails as before, but allow people not to have rails. I have only...
Same issue: #56 https://github.com/maxim/bootswatch-rails/blob/master/converter#L72-L95