Update reset.css
This commit is contained in:
parent
9abc5719a6
commit
f894e3af91
@ -25,7 +25,7 @@ html {
|
||||
text-indent: calc((var(--baseSize) / 2) * -1); // Negative indent for use where hanging-punctuation is unsupported
|
||||
}
|
||||
|
||||
@supports (hanging-punctuation: first) {
|
||||
@supports (hanging-punctuation: first) {
|
||||
html {
|
||||
text-indent: 0;
|
||||
hanging-punctuation: first last; // Although "last" isn't handled by an indentation if unsupported, we'll just try our luck here
|
||||
|
Loading…
x
Reference in New Issue
Block a user