| OLD | NEW |
| 1 Verifies AST of SCSS with mixins. | 1 Verifies AST of SCSS with mixins. |
| 2 | 2 |
| 3 @mixin awesome { | 3 @mixin awesome { |
| 4 width: 100%; | 4 width: 100%; |
| 5 height: 100%; | 5 height: 100%; |
| 6 } | 6 } |
| 7 | 7 |
| 8 @mixin border-radius($radius) { | 8 @mixin border-radius($radius) { |
| 9 -webkit-border-radius: $radius; | 9 -webkit-border-radius: $radius; |
| 10 -moz-border-radius: $radius; | 10 -moz-border-radius: $radius; |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 disabled: false | 57 disabled: false |
| 58 property 5 | 58 property 5 |
| 59 name: "border-radius" | 59 name: "border-radius" |
| 60 range: {"startLine":9,"startColumn":10,"endLine":9,"endColumn":23} | 60 range: {"startLine":9,"startColumn":10,"endLine":9,"endColumn":23} |
| 61 value: " $radius" | 61 value: " $radius" |
| 62 range: {"startLine":9,"startColumn":24,"endLine":9,"endColumn":32} | 62 range: {"startLine":9,"startColumn":24,"endLine":9,"endColumn":32} |
| 63 range: {"startLine":9,"startColumn":10,"endLine":9,"endColumn":33} | 63 range: {"startLine":9,"startColumn":10,"endLine":9,"endColumn":33} |
| 64 disabled: false | 64 disabled: false |
| 65 rule 2: "mixins" | 65 rule 2: "mixins" |
| 66 property 0 | 66 property 0 |
| 67 name: "@include border-radius" | 67 name: "border-radius" |
| 68 range: {"startLine":13,"startColumn":4,"endLine":13,"endColumn":26} | 68 range: {"startLine":13,"startColumn":13,"endLine":13,"endColumn":26} |
| 69 value: "15px" | 69 value: "15px" |
| 70 range: {"startLine":13,"startColumn":27,"endLine":13,"endColumn":31} | 70 range: {"startLine":13,"startColumn":27,"endLine":13,"endColumn":31} |
| 71 range: {"startLine":13,"startColumn":4,"endLine":13,"endColumn":32} | 71 range: {"startLine":13,"startColumn":4,"endLine":13,"endColumn":32} |
| 72 disabled: false | 72 disabled: false |
| 73 ====== | 73 ====== |
| 74 Ranges OK. | 74 Ranges OK. |
| 75 | 75 |
| OLD | NEW |