Skip to content

Commit

Permalink
Merge branch 'selector-end-positions--intuitive-zebra-shark-1943afb49…
Browse files Browse the repository at this point in the history
…6' of https://github.com/stylelint/stylelint into selector-end-positions--intuitive-zebra-shark-1943afb496
  • Loading branch information
romainmenke committed Mar 23, 2024
2 parents bbcb84f + f220698 commit edbe05e
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 171 deletions.
1 change: 1 addition & 0 deletions lib/rules/selector-max-type/__tests__/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,7 @@ testRule({
code: '.foo + .bar { & .baz + .foo { & foo + bar {} } }',
message: messages.expected('& foo + bar', 0),
line: 1,
column: 31,
endLine: 1,
endColumn: 42,
},
Expand Down

0 comments on commit edbe05e

Please sign in to comment.