Closed nathanredblur closed 4 years ago
What is your config? What do you expect should happen?
Just faced the same issue
@nathanredblur the solution for this problem is to add a custom block after order/order
rules:
"order/order": [
<all rules>
{
"type": "at-rule",
"name": "return",
"hasBlock": false
}
],
Error:
10:3 ✖ Expected at-rule to come before at-rule with a block order/order