Changeset View
Changeset View
Standalone View
Standalone View
src/lint/linter/__tests__/lessc/css.lint-test
| Show First 20 Lines • Show All 76 Lines • ▼ Show 20 Lines | |||||
| .misc { | .misc { | ||||
| -moz-border-radius: 2px; | -moz-border-radius: 2px; | ||||
| display: -moz-inline-stack; | display: -moz-inline-stack; | ||||
| width: .1em; | width: .1em; | ||||
| background-color: #009998; | background-color: #009998; | ||||
| background: -webkit-gradient(linear, left top, left bottom, from(red), to(blue)); | background: -webkit-gradient(linear, left top, left bottom, from(red), to(blue)); | ||||
| margin: ; | margin: ; | ||||
| .nested-multiple { | .nested-multiple { | ||||
| multiple-semi-colons: yes;;;;;; | multiple-semi-colons: yes;;;;;; | ||||
| }; | }; | ||||
| filter: alpha(opacity=100); | filter: alpha(opacity=100); | ||||
| width: auto\9; | width: auto\9; | ||||
| } | } | ||||
| #important { | #important { | ||||
| color: red !important; | color: red !important; | ||||
| width: 100%!important; | width: 100%!important; | ||||
| Show All 16 Lines | |||||