Marco Biedermann 2464637a61 fix: Linting
fix linting issues
2019-07-05 16:38:43 +02:00

15 lines
178 B
SCSS

blockquote {
margin: 0;
quotes: '\201C''\201D''\2018''\2019';
p {
&::before {
content: open-quote;
}
&::after {
content: close-quote;
}
}
}