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 608e950 commit 6a961c9Copy full SHA for 6a961c9
test/test.js
@@ -228,14 +228,14 @@ test('Should insert empty lines between @media rules in accordance with option \
228
229
test('Should not insert additional line between @media and children rules if they have empty lines inside group', t => {
230
return run(t, 'lines-between-rules-issue-19', {
231
- "sort-order": [
232
- ["@mixin"],
233
- ["..."],
234
- ["@media"],
235
- [">child"]
+ 'sort-order': [
+ ['@mixin'],
+ ['...'],
+ ['@media'],
+ ['>child']
236
],
237
- "empty-lines-between-children-rules": 1,
238
- "empty-lines-between-media-rules": 1
+ 'empty-lines-between-children-rules': 1,
+ 'empty-lines-between-media-rules': 1
239
});
240
241
0 commit comments