dmpopidor / app / assets / stylesheets / utils /
@Bodacious Bodacious authored on 19 Oct 2018
..
.gitkeep Update asset structure with webpacker gem 5 years ago
README.md Update asset structure with webpacker gem 5 years ago
_backgrounds.scss Update asset structure with webpacker gem 5 years ago
_bordered.scss Update asset structure with webpacker gem 5 years ago
_colours.scss Update asset structure with webpacker gem 5 years ago
_icons.scss Update asset structure with webpacker gem 5 years ago
_margins.scss Update asset structure with webpacker gem 5 years ago
README.md

CSS Utils

Use this directory to define utility classes for use throughout the app. Examples of utilities include:

.font-large {
  font-size: 2rem;
}

.red {
  color: $color-text-red;
}

.border-bottom {
  border-bottom: thin solid $color-border-default;
}