Skip to content

Commit

Permalink
1.1.7: Update reset
Browse files Browse the repository at this point in the history
alexandersandberg committed Jul 24, 2019
1 parent 586fd10 commit efbecb4
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -47,14 +47,14 @@ Refer to [this list of HTML elements on MDN](https://developer.mozilla.org/en-US

### Resets
* [Eric Meyer's 2.0](https://meyerweb.com/eric/tools/css/reset/)
* [equalize.css](https://github.com/alexandersandberg/equalize.css)
* [HTML5 Doctor](https://html5doctor.com/html-5-reset-stylesheet/)
* [minireset.css](https://github.com/jgthms/minireset.css)
* [normalize.css](https://github.com/necolas/normalize.css)
* [Reboot](https://getbootstrap.com/docs/4.0/content/reboot/)
* [Remedy](https://github.com/mozdevs/cssremedy)
* [sanitize.css](https://github.com/jonathantneal/sanitize.css/)
* [UndoHTML](https://tantek.com/log/2004/undohtml.css)
* [universalize.css](https://github.com/alexandersandberg/universalize.css)

### Frameworks
* [awsm.css](https://github.com/igoradamenko/awsm.css)
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -964,14 +964,14 @@ <h2>About this project</h2>

const cssResets = [
{ "name": "Eric Meyer's 2.0", "link": "https://meyerweb.com/eric/tools/css/reset/reset.css" },
{ "name": "equalize.css", "link": "https://raw.githack.com/alexandersandberg/equalize.css/master/dist/equalize.min.css" },
{ "name": "HTML5 Doctor", "link": "https://raw.githack.com/richclark/HTML5resetCSS/master/reset.css" },
{ "name": "minireset.css", "link": "https://raw.githack.com/jgthms/minireset.css/master/minireset.min.css" },
{ "name": "normalize.css", "link": "https://unpkg.com/normalize.css@8.0.1/normalize.css" },
{ "name": "Reboot", "link": "https://cdn.jsdelivr.net/npm/bootstrap-reboot@4.3.1/dist/reboot.min.css" },
{ "name": "Remedy", "link": "https://raw.githack.com/mozdevs/cssremedy/master/remedy.css" },
{ "name": "sanitize.css", "link": "https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/10.0.0/sanitize.css" },
{ "name": "UndoHTML", "link": "https://tantek.com/log/2004/undohtml.css" },
{ "name": "universalize.css", "link": "https://raw.githack.com/alexandersandberg/universalize.css/master/dist/universalize.min.css" },
];

const cssFrameworks = [
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html5-elements-tester",
"version": "1.1.6",
"version": "1.1.7",
"description": "A test page containing most of the HTML5 elements that you'll ever need. Useful for testing CSS resets or CSS frameworks.",
"main": "index.html",
"scripts": {

0 comments on commit efbecb4

Please sign in to comment.