You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I've been happily using this gem to get off the ground with Rails + Bootstrap.
I've come across an issue where a button is 1 pixel too small in height. I think I've traced it down to a SASS configuration thing related to SASS Number Precision.
I'm not fluent enough with Rails to understand how/where to monkeypatch this configuration change. If it's something that the gem could be conscious of during the bootstrap:install task (or wherever it needs to end up?), I think it would be relevant for all of your users.
If this is a simple configuration one-liner somewhere in config/ I'd love to know. I tried adding
Hello, I've been happily using this gem to get off the ground with Rails + Bootstrap.
I've come across an issue where a button is 1 pixel too small in height. I think I've traced it down to a SASS configuration thing related to SASS Number Precision.
https://github.com/twbs/bootstrap-sass#sass-number-precision
twbs/bootstrap-sass#595
I'm not fluent enough with Rails to understand how/where to monkeypatch this configuration change. If it's something that the gem could be conscious of during the bootstrap:install task (or wherever it needs to end up?), I think it would be relevant for all of your users.
If this is a simple configuration one-liner somewhere in config/ I'd love to know. I tried adding
to config/application.rb randomly, but it didn't do the trick. Probably because it's not what I needed to do ;)
Any tips are appreciated.
The text was updated successfully, but these errors were encountered: