Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. NamedColoursSniff.php

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

NamedColoursSniff

Namespace

PHP_CodeSniffer\Standards\Squiz\Sniffs\CSS

Code

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',
];
RSS feed
Powered by Drupal