Skip to content

Commit

Permalink
Update sass, less, and readme with menu change from #17
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonmoeller committed Oct 15, 2019
1 parent 8b9580a commit a0caa7c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ignore": ["README.md"],
"main": [
"reset.css",
"reset.less",
"_reset.scss"
"less/reset.less",
"sass/_reset.scss"
]
}
4 changes: 2 additions & 2 deletions less/reset.less
Original file line number Diff line number Diff line change
Expand Up @@ -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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
Expand All @@ -35,7 +35,7 @@ footer, header, hgroup, main, menu, nav, section {
body {
line-height: 1;
}
ol, ul {
menu, ol, ul {
list-style: none;
}
blockquote, q {
Expand Down
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ Via Less:

## \*Changelog

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):

- Added `main` to list of HTML 5 elements [(#7)](https://github.com/shannonmoeller/reset-css/pull/7#issuecomment-233969617)
- Added rule to fix `hidden` attribute on HTML 5 elements [(#12)](https://github.com/shannonmoeller/reset-css/issues/12#issuecomment-372821712)
- Added `menu` to list of lists [(#17)](https://github.com/shannonmoeller/reset-css/pull/17#issuecomment-542340039)

----

Expand Down
4 changes: 2 additions & 2 deletions sass/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
Expand All @@ -35,7 +35,7 @@ footer, header, hgroup, main, menu, nav, section {
body {
line-height: 1;
}
ol, ul {
menu, ol, ul {
list-style: none;
}
blockquote, q {
Expand Down

0 comments on commit a0caa7c

Please # to comment.