are exactly the same but the latter works on every browser ever. You have just caused a nightmare for anyone who needs to provide support for IE8.
If my browser support argument doesn't faze you, consider that removing these 64 instances of rem will save almost a whole ~200bytes in stylesheet filesize :)
https://github.com/zeljkoprsa/waterlee-boilerplate/search?utf8=%E2%9C%93&q=+0rem%3B&type=Code
Why would you use such a brittle way to say "zero"?
All of these statements using
0rem
units will not work on IE8.Take a look at this fiddle for an example: http://jsfiddle.net/austinpray/nn4c88or/
chrome
IE8
and
are exactly the same but the latter works on every browser ever. You have just caused a nightmare for anyone who needs to provide support for IE8.
If my browser support argument doesn't faze you, consider that removing these 64 instances of
rem
will save almost a whole ~200bytes in stylesheet filesize :)