dmpopidor / app / assets / stylesheets / variables /
@Bodacious Bodacious authored on 19 Oct 2018
..
.gitkeep Update asset structure with webpacker gem 7 years ago
README.md Update asset structure with webpacker gem 7 years ago
_bootstrap.scss Update asset structure with webpacker gem 7 years ago
_colours.scss Update asset structure with webpacker gem 7 years ago
_tinymce.scss Update asset structure with webpacker gem 7 years ago
_typography.scss Update asset structure with webpacker gem 7 years ago
README.md

CSS Variables

Use this directory to define all of the variable attributes that are referenced within all SCSS files.

Variables should, where practicable, follow the naming convention $[type]-[context]-[value]. For example:

$color-text-red: #FF2222;
$color-border-silver: #DDDDDD;
$font-size-large: 3rem;