Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Sep 15, 2024
1 parent 743916b commit fa82ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/layer-at-rules.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ test('comments can be used inside layers without crashing', () => {
background-color: #bada55;
}
.important-component,
.important-utility {
.important-utility {
text-align: banana;
}
`)
Expand Down

0 comments on commit fa82ac5

Please sign in to comment.