Comment by TIPSIO
4 years ago
With the way people write CSS today, is there an argument today to not just have it be part of a reset, e.g.:
img {
max-width: 100%;
}
4 years ago
With the way people write CSS today, is there an argument today to not just have it be part of a reset, e.g.:
img {
max-width: 100%;
}
That they are not already doing that made me believe it was intentional. Principle of least astonishment to start.
Anyway I agree, and have that present on all projects.