| OLD | NEW |
| 1 | 1 |
| 2 @import 'vendor/reset'; | 2 @import 'vendor/reset'; |
| 3 @import 'vendor/elements'; | 3 @import 'vendor/elements'; |
| 4 | 4 |
| 5 @background: #d4d4d4; | 5 @background: #d4d4d4; |
| 6 @text: #131313; | 6 @text: #131313; |
| 7 | 7 |
| 8 html, body { | 8 html, body { |
| 9 min-height: 100%; | 9 min-height: 100%; |
| 10 } | 10 } |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 | 179 |
| 180 pre .coffeescript .javascript, | 180 pre .coffeescript .javascript, |
| 181 pre .javascript .xml, | 181 pre .javascript .xml, |
| 182 pre .tex .formula, | 182 pre .tex .formula, |
| 183 pre .xml .javascript, | 183 pre .xml .javascript, |
| 184 pre .xml .vbscript, | 184 pre .xml .vbscript, |
| 185 pre .xml .css, | 185 pre .xml .css, |
| 186 pre .xml .cdata { | 186 pre .xml .cdata { |
| 187 opacity: 0.5; | 187 opacity: 0.5; |
| 188 } | 188 } |
| OLD | NEW |