forked from mirror/_s
Merge pull request #1201 from keeps21/css-fix
Remove CSS rules for quotes - Issue #1192
This commit is contained in:
commit
cb61c4e722
|
@ -12,15 +12,6 @@ body {
|
|||
background: $color__background-body; /* Fallback for when there is no custom background color defined. */
|
||||
}
|
||||
|
||||
blockquote, q {
|
||||
quotes: "" "";
|
||||
|
||||
&:before,
|
||||
&:after {
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
|
||||
hr {
|
||||
background-color: $color__background-hr;
|
||||
border: 0;
|
||||
|
|
Reference in New Issue