Skip to content

v1.0.18

Compare
Choose a tag to compare
@nikolai-shabalin nikolai-shabalin released this 22 Feb 17:26
· 29 commits to main since this release

1.0.18

Added a new rule htmlacademy/req-stylesheet-link that checks for a link tag with the rel="stylesheet" attribute inside the head tag.

{
  "htmlacademy/req-stylesheet-link": true
}
<head>
  <link rel="stylesheet" href="styles/style.css">
</head>