File "NamedColoursUnitTest.css"

Full Path: /home/warrior1/public_html/wp-content-20241001222009/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/NamedColoursUnitTest.css
File size: 337 bytes
MIME-type: text/plain
Charset: utf-8

#red {
    background-color: red;
}

.red {
    border-bottom: 1px dotted black;
    border-top: 1px dotted gray;
}

#red.yellow {
    background: yellow url(diag_lines_bg.gif) top left;
    text-shadow: 0 1px 0 white;
}

.something--white {
    border: 0;
}

.something--------------white {
    border: 0;
}

.-white {
    border: 0;
}