Skip to content

Commit 7c4f5cb

Browse files
committed
Add test for #333
1 parent 52501c7 commit 7c4f5cb

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@mixin opacity($opacity) {
2+
$opacity-ie: $opacity * 100;
3+
opacity: $opacity;
4+
filter: alpha(opacity=50);
5+
}

test/options/sort-order-scss/test.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,9 @@ describe('options/sort-order (scss)', function() {
114114
this.comb.configure({ 'sort-order': ['...'] });
115115
this.shouldBeEqual('issue-317.scss');
116116
});
117+
118+
it('Issue 333', function() {
119+
this.comb.configure({ 'sort-order': ['...'] });
120+
this.shouldBeEqual('issue-333.scss');
121+
});
117122
});

0 commit comments

Comments
 (0)