AleshaOleg / holy-grail-markup

All CSS methodologies compared examples at one place.
https://aleshaoleg.github.io/holy-grail-markup/raw
223 stars 41 forks source link

Remove type attribute from <link> #40

Closed thierryk closed 7 years ago

thierryk commented 7 years ago

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.

idmytro commented 7 years ago

done