We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fdfe19 commit 8533a50Copy full SHA for 8533a50
tests/FailingTest.php
@@ -84,32 +84,6 @@ public function provideFailing()
84
background: #eee; }
85
.nav-bar > .item, header ul > .item, header ul > li {
86
margin: 0 10px; }
87
-END_OF_EXPECTED
88
- ),
89
- array(
90
- '#199 - issue with selectors', <<<'END_OF_SCSS'
91
-.abc {
92
- color: #ddd;
93
-}
94
-
95
-a.abc:hover {
96
- text-decoration: underline;
97
98
99
-small {
100
- @extend .abc;
101
- font-weight: italic;
102
103
-END_OF_SCSS
104
- , <<<END_OF_EXPECTED
105
-.abc, small {
106
- color: #ddd; }
107
108
109
- text-decoration: underline; }
110
111
112
- font-weight: italic; }
113
END_OF_EXPECTED
114
),
115
array(
0 commit comments