| OLD | NEW |
| 1 @charset "UTF-8"; | 1 @charset "UTF-8"; |
| 2 | 2 |
| 3 @import url("styles-new-API-1.css"); | 3 @import url("styles-new-API-1.css"); |
| 4 | 4 |
| 5 html { | 5 html { |
| 6 font-weight: 400; | 6 font-weight: 400; |
| 7 } | 7 } |
| 8 | 8 |
| 9 @media screen { | 9 @media screen { |
| 10 body { | 10 body { |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 body.main2{background: green /* value !important comment */ !important /* no sem
icolon, very !important */} | 24 body.main2{background: green /* value !important comment */ !important /* no sem
icolon, very !important */} |
| 25 } | 25 } |
| 26 | 26 |
| 27 body::after { | 27 body::after { |
| 28 content: "After body"; | 28 content: "After body"; |
| 29 } | 29 } |
| 30 | 30 |
| 31 h1 { | 31 h1 { |
| 32 height : 100% ; border: 1px solid; border-width: 2px; background-color : #33
FF33; googles: abra; foo: .bar; -moz-goog: 1***; border-width: 0px; /*padding-to
p:1px;*/ | 32 height : 100% ; border: 1px solid; border-width: 2px; background-color : #33
FF33; googles: abra; foo: .bar; -moz-goog: 1***; border-width: 0px; /*padding-to
p:1px;*/ |
| 33 } | 33 } |
| OLD | NEW |