Newer
Older
dmpopidor / app / assets / stylesheets / utils / README.md
@Bodacious Bodacious on 19 Oct 2018 272 bytes Update asset structure with webpacker gem

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;
}