diff --git a/package.json b/package.json index 023cab7..ce03b02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "modern-css-reset", - "version": "1.2.0", + "version": "1.2.1", "description": "A bare-bones CSS reset for modern web development", "main": "./dist/reset.min.css", "scripts": { diff --git a/src/reset.css b/src/reset.css index 727e8d4..6a3b776 100644 --- a/src/reset.css +++ b/src/reset.css @@ -37,12 +37,6 @@ body { line-height: 1.5; } -/* Remove list styles on ul, ol elements with a class attribute */ -ul[class], -ol[class] { - list-style: none; -} - /* A elements that don't have a class get default styles */ a:not([class]) { text-decoration-skip-ink: auto;