Skip to content

Commit a0caa7c

Browse files
Update sass, less, and readme with menu change from #17
1 parent 8b9580a commit a0caa7c

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ignore": ["README.md"],
88
"main": [
99
"reset.css",
10-
"reset.less",
11-
"_reset.scss"
10+
"less/reset.less",
11+
"sass/_reset.scss"
1212
]
1313
}

less/reset.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ a, abbr, acronym, address, big, cite, code,
99
del, dfn, em, img, ins, kbd, q, s, samp,
1010
small, strike, strong, sub, sup, tt, var,
1111
b, u, i, center,
12-
dl, dt, dd, ol, ul, li,
12+
dl, dt, dd, menu, ol, ul, li,
1313
fieldset, form, label, legend,
1414
table, caption, tbody, tfoot, thead, tr, th, td,
1515
article, aside, canvas, details, embed,
@@ -35,7 +35,7 @@ footer, header, hgroup, main, menu, nav, section {
3535
body {
3636
line-height: 1;
3737
}
38-
ol, ul {
38+
menu, ol, ul {
3939
list-style: none;
4040
}
4141
blockquote, q {

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,11 @@ Via Less:
7070

7171
## \*Changelog
7272

73-
Two changes have been made from the 2011 version, both approved by [Mr. Meyer](https://github.com/meyerweb):
73+
Three changes have been made from the 2011 version, all approved by [Mr. Meyer](https://github.com/meyerweb):
7474

7575
- Added `main` to list of HTML 5 elements [(#7)](https://github.com/shannonmoeller/reset-css/pull/7#issuecomment-233969617)
7676
- 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)
7778

7879
----
7980

sass/_reset.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ a, abbr, acronym, address, big, cite, code,
99
del, dfn, em, img, ins, kbd, q, s, samp,
1010
small, strike, strong, sub, sup, tt, var,
1111
b, u, i, center,
12-
dl, dt, dd, ol, ul, li,
12+
dl, dt, dd, menu, ol, ul, li,
1313
fieldset, form, label, legend,
1414
table, caption, tbody, tfoot, thead, tr, th, td,
1515
article, aside, canvas, details, embed,
@@ -35,7 +35,7 @@ footer, header, hgroup, main, menu, nav, section {
3535
body {
3636
line-height: 1;
3737
}
38-
ol, ul {
38+
menu, ol, ul {
3939
list-style: none;
4040
}
4141
blockquote, q {

0 commit comments

Comments
 (0)