Closed nicetransition closed 11 years ago
CSS.md#value-formatting
Include a standards on capitalization of hex values:
// Bad .selector { color: #Ccc; } // Bad .selector { color: #CCC; } // Good .selector { color: #ccc; }
:poop:
haha
Added the example.
CSS.md#value-formatting
Include a standards on capitalization of hex values: