golden hour
/opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Debug
⬆️ Go Up
Upload
File/Folder
Size
Actions
CSSLintStandard.xml
473 B
Del
OK
ClosureLinterStandard.xml
491 B
Del
OK
JSHintStandard.xml
469 B
Del
OK
Edit: CSSLintStandard.xml
<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>
Save