I noticed a discrepancy between index files regarding the use of type="text/css". For example, the SMACSS index file contains <link rel="stylesheet" href="basic.css"> but the "Atomic" index file contains <link rel="stylesheet" href="style.css" type="text/css">.
I think type="text/css" should be removed across the board altogether.
I noticed a discrepancy between index files regarding the use of
type="text/css"
. For example, the SMACSS index file contains<link rel="stylesheet" href="basic.css">
but the "Atomic" index file contains<link rel="stylesheet" href="style.css" type="text/css">
.I think
type="text/css"
should be removed across the board altogether.