1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00
twbs--bootstrap-sass/tasks
James Adam ab72dcf428 Fix opacity of popover arrows.
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.
2014-04-29 21:05:19 -05:00
..
converter Fix opacity of popover arrows. 2014-04-29 21:05:19 -05:00
bower.rake Switch to only having bootstrap.scss in the main. 2014-04-21 23:27:06 +02:00
converter.rb Update converter (modular mixins) 2014-03-12 20:16:43 +01:00