Skip to content

Commit f84971e

Browse files
committed
linting
1 parent f092518 commit f84971e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ The package also exports lower-level formatters for individual CSS constructs:
5858

5959
```js
6060
import {
61-
format_value,
62-
format_declaration,
63-
format_selector,
64-
format_atrule_prelude,
61+
format_value,
62+
format_declaration,
63+
format_selector,
64+
format_atrule_prelude,
6565
} from '@projectwallace/format-css'
6666

6767
// Format a CSS value (e.g. the right-hand side of a declaration)

0 commit comments

Comments
 (0)