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/converter
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
..
char_string_scanner.rb split-up conversion 2013-10-31 15:55:39 +01:00
fonts_conversion.rb Minor refactorings and rake less_to_scss 2013-12-20 23:20:01 +01:00
js_conversion.rb Minor refactorings and rake less_to_scss 2013-12-20 23:20:01 +01:00
less_conversion.rb Fix opacity of popover arrows. 2014-04-29 21:05:19 -05:00
logger.rb Minor refactorings and rake less_to_scss 2013-12-20 23:20:01 +01:00
network.rb Update converter (modular mixins) 2014-03-12 20:16:43 +01:00