Skip to content

Commit

Permalink
Merge pull request #47 from racse1/update-normalize
Browse files Browse the repository at this point in the history
Update normalize.css to 8.0.0
  • Loading branch information
simonsmith authored Mar 25, 2018
2 parents 781c9b0 + 5a9cb8a commit cb4e234
Show file tree
Hide file tree
Showing 4 changed files with 2,022 additions and 1,533 deletions.
26 changes: 14 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,34 @@
### HEAD

* Update normalize.css to `^8.0.0`.

### 4.0.0 (September 25th, 2017)

* Update normalize to `^7.0.0`
* Update normalize.css to `^7.0.0`.

### 3.0.0 (April 28th, 2017)

* Update normalize to `^6.0.0`
* Add reset rules removed from normalize
* Update normalize.css to `^6.0.0`.
* Add reset rules removed from normalize.css.

### 2.0.0 (April 11, 2016)

* Update normalize to `^4.0.0`
* Update stylelint-config-suitcss to `^5.0.0`
* Update normalize.css to `^4.0.0`.
* Update stylelint-config-suitcss to `^5.0.0`.

### 1.0.2 (February 28, 2016)

* Update preprocessor to `^1.0.1`
* Fix `max-line-length` error with stylelint
* Update preprocessor to `^1.0.1`.
* Fix `max-line-length` error with stylelint.

### 1.0.1 (October 31, 2015)

* Revert removal of `component.json`
* Revert removal of `component.json`.

### 1.0.0 (October 25, 2015)

* Use `box-sizing: border-box;` as a default
* Remove `bower.json` and `component.json`
* Use `box-sizing: border-box;` as a default.
* Remove `bower.json` and `component.json`.

### 0.8.0 (October 28, 2014)

Expand All @@ -41,7 +43,7 @@
### 0.6.0 (June 21, 2014)

* Support npm-based workflow.
* Add preprocessor build tools;
* Add preprocessor build tools.
* Work around a Firefox/IE bug that removes `button` focus styles.

### 0.5.0 (May 20, 2014)
Expand All @@ -53,7 +55,7 @@

* Add npm support.
* Add SUIT-style Component(1) build pipeline.
* Depend on 'normalize.css' 3.0.x.
* Depend on normalize.css 3.0.x.
* Introduce base theme variables for `html` and `a`.
* Remove default `figure` margin.

Expand Down
4 changes: 2 additions & 2 deletions lib/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

/**
* 1. Prevent padding and border from affecting element width
* https://goo.gl/pYtbK7
* 2. Change the default font family in all browsers (opinionated)
* https://goo.gl/pYtbK7.
* 2. Change the default font family in all browsers (opinionated).
*/

html {
Expand Down
Loading

0 comments on commit cb4e234

Please sign in to comment.