OLD | NEW |
(Empty) | |
| 1 color: #fff |
| 2 color: #FA3 |
| 3 color: #f7c111 |
| 4 color: #9F4ABB |
| 5 |
| 6 ---------------------------------------------------- |
| 7 |
| 8 [ |
| 9 ["property-declaration", [ |
| 10 ["property", ["color"]], ["punctuation", ":"], |
| 11 ["hexcode", "#fff"] |
| 12 ]], |
| 13 ["property-declaration", [ |
| 14 ["property", ["color"]], ["punctuation", ":"], |
| 15 ["hexcode", "#FA3"] |
| 16 ]], |
| 17 ["property-declaration", [ |
| 18 ["property", ["color"]], ["punctuation", ":"], |
| 19 ["hexcode", "#f7c111"] |
| 20 ]], |
| 21 ["property-declaration", [ |
| 22 ["property", ["color"]], ["punctuation", ":"], |
| 23 ["hexcode", "#9F4ABB"] |
| 24 ]] |
| 25 ] |
| 26 |
| 27 ---------------------------------------------------- |
| 28 |
| 29 Checks for hexadecimal values. |
OLD | NEW |