zaid/thyracker

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

Summary

Maintainability
Test Coverage
// Place all the styles related to the Pages controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

@import "bootstrap";

.welcome {

  // call makeRow() on the parent div
  &:div {
    @include makeRow();
  }

  @include makeColumn(6);
}

.welcome-content {
  @include makeColumn(5);
}