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

Commit e3975a9

Browse files
Hot Fix: fix whoopsie on list rules
1 parent c0245f5 commit e3975a9

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modern-css-reset",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A bare-bones CSS reset for modern web development",
55
"main": "./dist/reset.min.css",
66
"scripts": {

src/reset.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ body {
3737
line-height: 1.5;
3838
}
3939

40-
/* Remove list styles on ul, ol elements with a class attribute */
41-
ul[class],
42-
ol[class] {
43-
list-style: none;
44-
}
45-
4640
/* A elements that don't have a class get default styles */
4741
a:not([class]) {
4842
text-decoration-skip-ink: auto;

0 commit comments

Comments
 (0)