aganglada / htmlintred

🚦 Lint HTML with CSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚦 htmlintred

When we write html incorrectly, no much happens, no one will complain about it.

There are many ways to check if your html is written correctly, like for example using the W3C Markup Validation Service but something better we can do id integrate that into our development workflow, such as simply adding a css file into our project to highlight potencial problems.

htmlintred

How can I do that?

$ npm install htmlintred

or

$ yarn add htmlintred

What does it do?

Add this css in the dev version of your project and... πŸ”₯πŸ”₯πŸ”₯

htmlintred will highlight the bits that you need to take a loot at with a red border.

Contributing

Do you know any other patter that can help linting html?

I would love to see you contributing to htmlintred, also by giving feedback. If you think something is missing, create a new issue.

Pull request are more than welcome ❀️️

License

MIT

About

🚦 Lint HTML with CSS

License:MIT License


Languages

Language:CSS 67.1%Language:HTML 32.9%