View Source
W3cValidators.CssValidator
(w3c_validators v0.1.0)
W3C CSS validator service wrapper
Validate the CSS of a string
Validate the CSS of an URI
Validate the CSS of a string
iex> W3cValidators.NuValidator.validate_text("tbody th { width: 42% }")
{:ok, result}
Validate the CSS of an URI
iex> W3cValidators.CssValidator.validate_uri("https://www.spkdev.net/assets/main.css")
{:ok, result}