OLD | NEW |
(Empty) | |
| 1 font-weight: |
| 2 @{foobar} : |
| 3 background-@{foo}: |
| 4 box-shadow+: |
| 5 transform+_: |
| 6 |
| 7 ---------------------------------------------------- |
| 8 |
| 9 [ |
| 10 ["property", "font-weight"], ["punctuation", ":"], |
| 11 ["property", "@{foobar}"], ["punctuation", ":"], |
| 12 ["property", "background-@{foo}"], ["punctuation", ":"], |
| 13 ["property", "box-shadow+"], ["punctuation", ":"], |
| 14 ["property", "transform+_"], ["punctuation", ":"] |
| 15 ] |
| 16 |
| 17 ---------------------------------------------------- |
| 18 |
| 19 Checks for properties. |
OLD | NEW |