Skip to content

Commit 96261e0

Browse files
authored
Make it easier to override tab-size (#50)
1 parent 8586897 commit 96261e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modern-normalize.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use a better box model (opinionated).
1919
Use a more readable tab size (opinionated).
2020
*/
2121

22-
:root {
22+
html {
2323
-moz-tab-size: 4;
2424
tab-size: 4;
2525
}

0 commit comments

Comments
 (0)