mirror of
https://github.com/marcobiedermann/search-engine-optimization.git
synced 2025-03-03 20:29:25 -05:00
15 lines
178 B
SCSS
15 lines
178 B
SCSS
blockquote {
|
|
margin: 0;
|
|
quotes: '\201C''\201D''\2018''\2019';
|
|
|
|
p {
|
|
&::before {
|
|
content: open-quote;
|
|
}
|
|
|
|
&::after {
|
|
content: close-quote;
|
|
}
|
|
}
|
|
}
|