Update reset.css

This commit is contained in:
Nathan Upchurch 2024-01-02 12:39:19 -05:00
parent 9abc5719a6
commit f894e3af91

View File

@ -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