Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 6ac60ec

Browse files
Build
1 parent d07d11f commit 6ac60ec

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

dist/reset.css

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,26 @@
55
box-sizing: border-box;
66
}
77

8-
/* Remove default padding */
9-
ul[class],
10-
ol[class] {
11-
padding: 0;
12-
}
13-
148
/* Remove default margin */
159
body,
1610
h1,
1711
h2,
1812
h3,
1913
h4,
2014
p,
21-
ul[class],
22-
ol[class],
2315
figure,
2416
blockquote,
2517
dl,
2618
dd {
2719
margin: 0;
2820
}
2921

22+
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
23+
ul[role="list"],
24+
ol[role="list"] {
25+
list-style: none;
26+
}
27+
3028
/* Set core root defaults */
3129
html {
3230
scroll-behavior: smooth;

dist/reset.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)