We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9580a commit a0caa7cCopy full SHA for a0caa7c
bower.json
@@ -7,7 +7,7 @@
7
"ignore": ["README.md"],
8
"main": [
9
"reset.css",
10
- "reset.less",
11
- "_reset.scss"
+ "less/reset.less",
+ "sass/_reset.scss"
12
]
13
}
less/reset.less
@@ -9,7 +9,7 @@ a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
-dl, dt, dd, ol, ul, li,
+dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
14
table, caption, tbody, tfoot, thead, tr, th, td,
15
article, aside, canvas, details, embed,
@@ -35,7 +35,7 @@ footer, header, hgroup, main, menu, nav, section {
35
body {
36
line-height: 1;
37
38
-ol, ul {
+menu, ol, ul {
39
list-style: none;
40
41
blockquote, q {
readme.md
@@ -70,10 +70,11 @@ Via Less:
70
71
## \*Changelog
72
73
-Two changes have been made from the 2011 version, both approved by [Mr. Meyer](https://github.com/meyerweb):
+Three changes have been made from the 2011 version, all approved by [Mr. Meyer](https://github.com/meyerweb):
74
75
- Added `main` to list of HTML 5 elements [(#7)](https://github.com/shannonmoeller/reset-css/pull/7#issuecomment-233969617)
76
- Added rule to fix `hidden` attribute on HTML 5 elements [(#12)](https://github.com/shannonmoeller/reset-css/issues/12#issuecomment-372821712)
77
+- Added `menu` to list of lists [(#17)](https://github.com/shannonmoeller/reset-css/pull/17#issuecomment-542340039)
78
79
----
80
sass/_reset.scss
0 commit comments