Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: uiwjs/reset-css
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 882422bb8a7f5e41a8513b7c6b87138c538081d7
Choose a base ref
...
head repository: uiwjs/reset-css
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.4
Choose a head ref
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Jun 23, 2019

  1. Update README.md

    jaywcjlove committed Jun 23, 2019
    Copy the full SHA
    dc55977 View commit details

Commits on Jan 15, 2020

  1. Create LICENSE

    jaywcjlove authored Jan 15, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    858b8c1 View commit details

Commits on Jun 11, 2020

  1. Update reset css.

    jaywcjlove committed Jun 11, 2020
    Copy the full SHA
    80fd689 View commit details
  2. Copy the full SHA
    e111d80 View commit details
  3. released v1.0.4

    jaywcjlove committed Jun 11, 2020
    Copy the full SHA
    4d21904 View commit details
Showing with 40 additions and 7 deletions.
  1. +21 −0 LICENSE
  2. +2 −1 README.md
  3. +1 −1 package.json
  4. +12 −2 reset.css
  5. +2 −1 reset.less
  6. +2 −2 reset.min.css
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020 uiw

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -19,7 +19,8 @@ import '@uiw/reset.css/reset.less';

### CDN

See https://unpkg.com/@uiw/reset.css/reset.min.css
See https://unpkg.com/@uiw/reset.css/reset.min.css
See https://unpkg.com/@uiw/reset.css/reset.css

### License

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/reset.css",
"version": "1.0.3",
"version": "1.0.4",
"description": "A tiny modern CSS reset.",
"main": "reset.css",
"files": [
14 changes: 12 additions & 2 deletions reset.css
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
* @uiw/reset.css v1.0.3
* A tiny modern CSS reset.
*
* Copyright (c) 2019
* Copyright (c) 2020
*
*
* Licensed under the MIT license.
@@ -30,7 +30,17 @@ h2,
h3,
h4,
h5,
h6 {
h6,
article,
aside,
details,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section {
margin: 0;
padding: 0;
}
3 changes: 2 additions & 1 deletion reset.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6,
article, aside, details, figcaption, footer, header, hgroup, menu, nav, section {
margin: 0;
padding: 0;
}
4 changes: 2 additions & 2 deletions reset.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.