Geir Gåsodden
Geir Gåsodden
Good question! Never thought of checking CSS. However, according to [the validator](https://validator.w3.org/nu) HTML, CSS and SVG is supported. I did a couple of tests and it seems to work fine...
So, If I understand correct it is the `css`from the function you want to test? If css is in a separate file you would do something like: ```JavaScript (async ()...
It seems like it only supports urls to css and only because there is a redirect to the w3c validator https://jigsaw.w3.org/css-validator/. I'll update the README
The cli is lagging a bit behind the library I'm afraid. One of the reasons are the use of the other validator you try to use here. I have not...
AChecker will not check localhost. The workaround is using localtunnel. Localtunnel however is only triggered in cli.js. We'll need to move this into index.js.
I do agree @contolini. Moving localtunnel into index seemed like a good idea for a few seconds. We should consider having an example like the one you just gave in...
Ooooops, sorry. A bit sloppy parsing of the Travis log.
+1 to this one.