【发布时间】:2012-12-26 18:19:33
【问题描述】:
我第一次在使用 Sass/Scss 和 bootstrap-sass https://github.com/thomas-mcdonald/bootstrap-sass 的 Rails 应用程序中使用 Bootstrap mixin,例如 @include border-radius(5px);
这是一次很棒的体验,因为我能够使用许多 bootstrap mixin 而无需迁移到/学习 LESS,如果您想在应用中启用 mixins,bootstrap 会建议您:http://twitter.github.com/bootstrap/extend.html
我现在正在开发一个非 Rails 应用程序,但仍希望将 bootstrap mixins 与 SASS 一起使用,而不是 LESS。有谁知道非 Rails 应用程序的库或引导 sass mixin?
如果相关,我在新应用中使用 django。
【问题讨论】:
标签: twitter-bootstrap sass less mixins