We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33388bc commit ac2c972Copy full SHA for ac2c972
test/options/integral/issue-374.css
@@ -0,0 +1,4 @@
1
+html /deep/ span
2
+{
3
+ display: block;
4
+}
test/options/integral/test.js
@@ -13,6 +13,12 @@ describe('integral test', function() {
13
this.shouldBeEqual('issue-252.sass', 'issue-252.expected.sass');
14
});
15
16
+ it('Issue 374', function() {
17
+ var config = this.Comb.getConfig('csscomb');
18
+ this.comb.configure(config);
19
+ this.shouldBeEqual('issue-374.css');
20
+ });
21
+
22
it('Should detect everything in integral test', function() {
23
var input = this.readFile('integral.expected.css');
24
// Clone the required config object, otherwise other tests would fail
0 commit comments