File "CSSLintStandard.xml"

Full Path: /home/warrior1/public_html/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Debug/CSSLintStandard.xml
File size: 473 bytes
MIME-type: text/plain
Charset: utf-8

<documentation title="CSSLint">
    <standard>
    <![CDATA[
    All css files should pass the basic csslint tests.
    ]]>
    </standard>
    <code_comparison>
        <code title="Valid: Valid CSS Syntax is used.">
        <![CDATA[
.foo: { width: 100<em></em>%; }
        ]]>
        </code>
        <code title="Invalid: The CSS has a typo in it.">
        <![CDATA[
.foo: { width: 100<em> </em>%; }
        ]]>
        </code>
    </code_comparison>
</documentation>