mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
![]() Previously, the percentage of the LESS `fadein` function was being used directly as the opacity, which resulted in an opacity of `0.05` rather than `0.25` as the LESS version generates. We can use the SASS `fade_in` function to more accurately generate the correct color using the same values; the only difference is that SASS's `fade_in` expects a decimal value, rather than the percentage that LESS accepts. |
||
---|---|---|
.. | ||
converter | ||
bower.rake | ||
converter.rb |