BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Docs
/
Debug
📤 Upload
📝 New File
📁 New Folder
Close
Editing: 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
Cancel