Commit Graph

56 Commits

Author SHA1 Message Date
Nicolas Gallagher
f7c98c4c85 Don't remove search input cancel button in Chrome/Safari
Fix #685
2018-02-08 15:50:08 -08:00
Nicolas Gallagher
906395b611 Remove bower 2018-02-08 15:39:34 -08:00
Nicolas Gallagher
004d58b2f2 Update browser support
Drop support for older browsers: IE 9-, Android 4, Safari 7-.

Close #676
Close #690
Close #712
Close #723
Fix #718
2018-02-08 15:38:33 -08:00
Nicolas Gallagher
331e2e400e Point to yarnpkg's list of CDNs
Close #705
2018-02-08 15:29:26 -08:00
Nicolas Gallagher
62b4a86c28 Non-functional maintenance 2017-05-02 11:07:41 -07:00
Yochem van Rosmalen
44f13250a4 Fix Markdown syntax (#663)
* fixed Markdown syntax

* Final fix

* @calvinjuarez' change
2017-05-01 10:54:58 -04:00
Adam Gruber
2ac336c420 Update CHANGELOG.md (#670)
* Update CHANGELOG.md

Add a note about opinionate.css

* add similar projects section to README
2017-05-01 10:52:55 -04:00
Ophir LOJKINE
790b3b3ffe Fix markdown syntax (#662) 2017-03-28 09:08:35 -04:00
Jonathan Neal
4411f95888 Include iOS Safari in Browser support 2017-03-26 18:20:09 -04:00
Jonathan Neal
0dc4df63b7 Merge branch 'battaglr-placeholder' 2016-07-06 10:00:07 -04:00
Michael Douglas Brett
e7d7693dc8 Small copy change
Hi there, this is a possible alternative to: Improves [ ... ] improvements.
Feel free to ignore :)

All the best,

Michael
2016-03-24 11:57:11 +00:00
Jonathan Neal
7f2eaef38d Update documentation and tests 2016-03-19 17:14:10 -04:00
battaglr
e6a0ce435d Add Bower install details 2016-03-14 19:58:46 -03:00
battaglr
e66b004a43 Remove double space 2016-03-14 19:58:28 -03:00
Cătălin Mariș
4813e51b35 Update Browser support section from README.md
* Add Edge to the list.
* For consistency, remove the company names.
* Order the browser list alphabetically.
2016-02-03 19:11:03 +02:00
battaglr
64de79a543 Add link to contribution guidelines
Makes it easier to jump to the contribution guidelines while reading
the readme.
2016-01-04 21:36:57 -08:00
Nicolas Gallagher
8cfa3e765e Remove Bower and Component(1) files
Close #455
2016-01-04 21:27:41 -08:00
John
72a77f0316 Fix typo in README 2016-01-04 21:12:17 -08:00
Nicolas Gallagher
c78ecbb59e Remove unnecessary vendor prefixes
Firefox ESR is currently at Firefox 31, which doesn't require box-sizing
prefixes.

Fix #400
2015-03-30 14:14:59 -07:00
Nicolas Gallagher
1d11c9bc53 Add cdnjs link to README 2015-03-17 11:48:59 -07:00
Nicolas Gallagher
dd8d75c349 Add extended docs to README
Additional details to clarify the esoteric parts of normalize.css.

Fix #353
2014-07-22 10:58:57 -07:00
Nicolas Gallagher
058ee3b0ad Add package.json 2014-02-17 00:37:45 -08:00
Nicolas Gallagher
6ec1a10b5d v3.0.0 2014-01-28 10:05:18 -08:00
Nicolas Gallagher
d00c1c98ae Update browser support 2014-01-25 20:53:05 -08:00
Nicolas Gallagher
3e12409c61 Add Component(1) install instructions 2013-08-15 21:52:25 -07:00
Nicolas Gallagher
0050384c0b README: change guidance and demphasise v1
* Recommend that normalize.css is used as library code (i.e., not
  modified).

* Add a note that v1 is no longer actively developed.
2013-08-15 19:46:33 -07:00
Nicolas Gallagher
56af2b1170 v2.1.2 2013-05-11 13:59:52 -07:00
Nicolas Gallagher
03c8f449d0 Change the Bower website URL 2013-04-21 20:17:09 -07:00
Nicolas Gallagher
691c71b985 v2.1.1 2013-04-07 17:27:53 -07:00
Nicolas Gallagher
8afd9f818b Add contribution guidelines
Includes process for maintainers while there is no automation in place.

Close gh-175
2013-04-07 16:55:33 -07:00
Nicolas Gallagher
6ccf86e962 Change gh-page URLs to use .io
GitHub have redirected all `username.github.com` pages to
`username.github.io`.
2013-04-05 12:51:36 -07:00
Nicolas Gallagher
40f39d8d9e Add Bower install and more to README
* Mention v1's support for legacy browsers.
* Provide link to project page for easy download.
* Include Bower install command.
2013-03-27 15:55:18 -07:00
Nicolas Gallagher
341199ff56 v2.1.0 2013-01-20 17:35:12 -08:00
Nicolas Gallagher
5c0d44e002 Update README acknowledgements 2013-01-20 17:34:29 -08:00
Nicolas Gallagher
994782f372 v2.0.1 2012-08-20 10:50:37 +01:00
Nicolas Gallagher
494d32bd1d v2.0.0 2012-08-19 20:41:41 +01:00
Nicolas Gallagher
7e014980b9 Drop legacy browser support
No longer supports IE 6/7, Firefox < 4, and Safari < 5.

* Make use of `inherit` to simplify some of the rules.

* Remove a lot of padding and margin normalization, particularly for
  typographic elements, because modern browsers share common base
  styles.

* Add `quotes` normalization. While all target browsers support
  `quotes`, they don't share a common set of quote styles. Opera and IE
  use "curly" quotes whereas other browsers do not. Browsers don't
  appear to set different quotes depending on the language (via the
  `lang` attribute) of the content.

* Remove all list normalizations and they aren't needed anymore.

* Remove a handful of form normalizations that targetted IE 6/7 or
  Firefox 3.
2012-08-19 20:41:11 +01:00
Nicolas Gallagher
9d729698e6 v1.0.1 2012-08-19 20:38:00 +01:00
Nicolas Gallagher
207a39780c v1.0.0 2012-08-14 23:43:47 +01:00
Nicolas Gallagher
4ed3786354 Rename demo.html to test.html 2012-08-14 23:32:24 +01:00
Nicolas Gallagher
31f72b55be Add MIT License 2012-08-07 22:27:32 +01:00
Nicolas Gallagher
b7579700ea Minor copy and comment adjustments 2012-07-08 23:43:00 +01:00
Nicolas Gallagher
03575299fc Update README with link to 'contribute' wiki 2012-04-10 23:59:06 +01:00
Nicolas Gallagher
5e64a2c5cb Edit README to say normalize should be used as an alternative to resets. Close #39 2011-09-14 11:37:32 +01:00
Nicolas Gallagher
2bc78e7272 Link to a YUI Compressor-based minification tool in README. Close #4 2011-08-11 17:44:14 +01:00
Nicolas Gallagher
9e9faec507 Update README with more details and link to demo 2011-06-21 02:06:55 +01:00
Nicolas Gallagher
b7216e5daa Update README with link to demo and license info 2011-06-20 16:58:53 +01:00
Nicolas Gallagher
410b484a54 Include link to Procssor for those who want a different CSS formatting style 2011-05-31 08:42:29 -07:00
necolas
953a5f522e Minor format change to README 2011-05-26 00:52:35 +01:00
necolas
fba85c2781 Update README; remove normalize.metrics.css 2011-05-26 00:44:28 +01:00