generated fromerolj/template
- Notifications
You must be signed in to change notification settings - Fork1
Stylesheet for auditing HTML5 code.
License
NotificationsYou must be signed in to change notification settings
erolj/htmlaudit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Stylesheet library for auditing HTML5 code.Development environment ONLY.Inspired bya11y.css
Please add this snippet inside your HEAD tag.
<!-- Alternative #1 --><linkrel="stylesheet"href="https://unpkg.com/htmlaudit@latest/dist/htmlaudit.min.css"crossorigin="anonymous"><!-- Alternative #2 --><linkrel="stylesheet"href="https://cdn.jsdelivr.net/npm/htmlaudit@latest/dist/htmlaudit.min.css"crossorigin="anonymous">
Or, you can use another method by adding this snippet inside your stylesheet file.
@importurl('https://unpkg.com/htmlaudit@latest/dist/htmlaudit.min.css');
About
Stylesheet for auditing HTML5 code.