Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Aug 12, 2024
1 parent 0cb1809 commit 798fb34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/src/config/prefer-single-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ This global option can be overridden by different syntax nodes:
- `lessImportOptions.preferSingleLine`
- `lessMixinArgs.preferSingleLine`
- `lessMixinParams.preferSingleLine`
- `topLevelDeclarations.preferSingleLine` (Only for CSS)

Given the following example CSS:

Expand Down
2 changes: 1 addition & 1 deletion malva/tests/fmt/css/top-level-declarations/single-line.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/*cfg "topLevelDeclarations.preferSingleLine" = true */
/*cfg "singleLineTopLevelDeclarations" = true */
width : 1PX;
height : 1PX;

0 comments on commit 798fb34

Please sign in to comment.