Split into reset/normalise/files
This commit is contained in:
parent
7803ab7803
commit
cf8b8e1870
8 changed files with 48 additions and 47 deletions
21
assets/scss/base/_shared.scss
Normal file
21
assets/scss/base/_shared.scss
Normal file
|
@ -0,0 +1,21 @@
|
|||
body {
|
||||
color: $base-colour;
|
||||
font-family: $base-font-stack;
|
||||
@include font-size($base-font-size);
|
||||
line-height: $base-line-height;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
p,
|
||||
hr,
|
||||
ul,
|
||||
ol,
|
||||
dl,
|
||||
address {
|
||||
margin-bottom: $base-spacing-unit;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue