|
|
|
|
|
by OutsmartDan
2121 days ago
|
|
I would argue that reset style sheets or normalizers should be part of your "minimal web dev" process, even if you roll your own version. There are so many browser nuances that these things fix so that you don't have to hack it later down the line. |
|
For example, setting the box sizing properly in order to ensure consistent widths regardless of borders or padding.