diaspora/app/assets/stylesheets/bootstrap-complete.scss
Jonne Haß c96834bdf2 Remove .css extension from SCSS files
sass-rails 5.0 deprecated those
2015-02-28 03:37:46 +01:00

9 lines
309 B
SCSS

// Calling this file bootstrap would cause an infinite recursion during asset compilation.
@import 'bootstrap';
@import 'bootstrap-responsive';
// according to the docs, this is part of bootstrap 2.3.x
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }