NamedColoursSniff::$colourNames
A list of named colours.
This is the list of standard colours defined in the CSS specification.
Type: array
File
-
vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ CSS/ NamedColoursSniff.php, line 34
Class
Namespace
PHP_CodeSniffer\Standards\Squiz\Sniffs\CSSCode
protected $colourNames = [
'aqua' => 'aqua',
'black' => 'black',
'blue' => 'blue',
'fuchsia' => 'fuchsia',
'gray' => 'gray',
'green' => 'green',
'lime' => 'lime',
'maroon' => 'maroon',
'navy' => 'navy',
'olive' => 'olive',
'orange' => 'orange',
'purple' => 'purple',
'red' => 'red',
'silver' => 'silver',
'teal' => 'teal',
'white' => 'white',
'yellow' => 'yellow',
];