Removed duplicate b & strong styling, changed SASS files to make use of parent selector: _menu, _galleries, _buttons, _fields, and _elements.
This commit is contained in:
parent
41f33d3c9a
commit
7ef388656e
7 changed files with 59 additions and 83 deletions
|
@ -12,13 +12,13 @@ body {
|
|||
background: $color__background-body; /* Fallback for when there is no custom background color defined. */
|
||||
}
|
||||
|
||||
blockquote:before, blockquote:after,
|
||||
q:before, q:after {
|
||||
content: "";
|
||||
}
|
||||
|
||||
blockquote, q {
|
||||
quotes: "" "";
|
||||
|
||||
&:before,
|
||||
&:after {
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
|
||||
hr {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue