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

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;