corysimmons / reeeset

:rage3: A slightly opinionated CSS reset. 3 e's.
MIT License
36 stars 4 forks source link

seems IE9 Responsive typography bit has been removed #5

Open cjaoude opened 7 years ago

cjaoude commented 7 years ago

seems IE9 Responsive typography bit has been removed, but it's still mentioned in the docs. I'm not seeing it in src, dist.

seems to me it would be better to treat normalize as as @import, then devs can keep it up to date independently via an npm update. It would also allow the reeeset tweaks to act as the project 'base' or 'globals' stub if one chooses.

corysimmons commented 7 years ago

The IE9-friendly typography was removed?

Why not just use https://github.com/corysimmons/reeeset/blob/master/src/reeeset.css ? Then you can @import.

cjaoude commented 7 years ago

don't need it. It's been removed right? Docs need updating if so. Tnx