0

This is a pretty simple question, but I didn't find any answer neither here, nor in any other place. I'm developing a new project and I will be using the Google Material Design Lite since the beginning.

I'm wondering if using MDL will cause normalize.css no longer needed.

So, here is the question: does Google Material Design Lite stylesheet cover normalize.css stuff?

Buzinas
  • 11,597
  • 2
  • 36
  • 58

2 Answers2

2

They don't include normalize.css specifically but as you can see in the source they do their own resets: https://github.com/google/material-design-lite/tree/master/src/resets

Jared
  • 718
  • 5
  • 11
  • It seems they do pretty simple resets. I wonder if I remove normalize.css from my solution if I'll have too much differences between IE10/11 to Firefox, Chrome etc. – Buzinas Jul 28 '15 at 03:52
  • 1
    The new link is https://github.com/google/material-design-lite/tree/mdl-1.x/src/resets – Olivier Amblet Mar 14 '17 at 16:52
1

Yes it's normalized. No not by using normalize.css.

Martijn Pieters
  • 1,048,767
  • 296
  • 4,058
  • 3,343
timurtu
  • 21
  • 3