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