Update all CSS to use logical properties
- Vendor CSS's are excluded for now - Removed <IE7 asterisk prefix items
This commit is contained in:
@ -116,9 +116,9 @@ blockquote {
|
||||
cite {
|
||||
font-style: italic;
|
||||
|
||||
&:before {
|
||||
&::before {
|
||||
content: "\2014";
|
||||
padding-right: 5px;
|
||||
padding-inline-end: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user