1.0.1 • Published 7 years ago

rendgen.css v1.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

rendgen.css

Build Status BrowserStack Status

Diagnostics stylesheet for invalid markup.

Install

npm install rendgen.css --save

Usage

@import url('rendgen.css');

Similar projects

  • Revenge.css - Uses selectors to find bad markup, displaying ugly pink error messages in Comic Sans wherever you write bad HTML.
  • a11y.css - warns developers about possible risks and mistakes that exist in HTML code.

Test

For local integration tests, run npm run test:integration:local.

For manual tests, run npm run test:manual:local and open http://localhost:9000/ in your browser.

Browser support

Tested in IE9+ and all modern browsers.

License

MIT © Ivan Nikolić