7

I think Yahoo's Pure is awesome. But I was thinking, do we need to include normalize.css after using Pure?

Michael Petrotta
  • 59,888
  • 27
  • 145
  • 179
Explorer
  • 71
  • 3

2 Answers2

10

It is not needed seperately as Pure builds on Normalize.css and provides layout and styling for native HTML elements, plus the most common UI components. It's what you need, without the cruft.

You can find the normalize.css file in this folder.

pure-master\src\base\css
Jaydev
  • 427
  • 7
  • 21
1

Moreover, it's good to know that pure is at this moment base on version 1.1.2 of normalize.css (as you can see there: http://yui.yahooapis.com/pure/0.3.0/base.css), to keep IE6 and Safari 4+ in the supported browsers list. Now, normalize.css's latest version is 2.1.3 (IE 8+, Firefox 4+, Safari 5+, Opera, Chrome). See https://github.com/necolas/normalize.css/blob/v2.1.3/CHANGELOG.md for more details.

The thing I don't know is when Pure.css will drop IE6, and will decide to take normalize.css 2.x as a base.

Johan Chouquet
  • 427
  • 6
  • 13