Tuesday 30 May 2017

Is there any CSS validator available for Javascript/node.js that runs 100% locally?

I want to put CSS validation into the build process of my application.

By validation, I mean: check the syntax of a given CSS snippet for violations of the specification, e.g. missing braces, invalid units, etc.

By validation, I do not mean: coding style checks (number of spaces or linebreaks, number of characters per line, etc.)

I have searched for hours and found many node libraries that simply wrap the W3C validator, but this is not what I am looking for.

The validation should run locally, and not depend on an online service/API.



via obelix

No comments:

Post a Comment