1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00
Commit graph

6 commits

Author SHA1 Message Date
Gleb Mazovetskiy
096702e196 Update converter (modular mixins) 2014-03-12 20:16:43 +01:00
Gleb Mazovetskiy
f076f64a4a Minor refactorings and rake less_to_scss
less_to_scss:

    $ echo '.p { #gradient > .horizontal(red,blue) }' | rake less_to_scss[master]
    .p { @include gradient-horizontal(red,blue) }
2013-12-20 23:20:01 +01:00
Gleb Mazovetskiy
98852c5189 fix converter version 2013-12-20 21:13:35 +01:00
Gleb Mazovetskiy
cb69362bea Default $bootstrap-sass-asset-helper to true only if asset helper is
defined.
Thanks @cimmanon! See also: http://stackoverflow.com/questions/20706908/test-whether-a-sass-function-is-defined
2013-12-20 21:07:30 +01:00
Gleb Mazovetskiy
7b86d76b8d DRY converter network 2013-10-31 15:55:39 +01:00
Gleb Mazovetskiy
957f11b85d split-up conversion 2013-10-31 15:55:39 +01:00