nandosousafr/nerd-power-rails

View on GitHub
app/assets/stylesheets/application.css.scss

Summary

Maintainability
Test Coverage
// More info: http://thesassway.com/beginner/how-to-structure-a-sass-project

// variables and mixins
@import 'partials/base';

// layout
@import 'partials/header';

// Components
@import 'partials/post_cards';
@import 'partials/sidebar';

// Third Party
$icon-font-path: 'bootstrap-sass/assets/fonts/bootstrap/';
@import 'bootstrap-sass/assets/stylesheets/bootstrap-sprockets';
@import 'bootstrap-sass/assets/stylesheets/bootstrap';