We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f092518 commit f84971eCopy full SHA for f84971e
README.md
@@ -58,10 +58,10 @@ The package also exports lower-level formatters for individual CSS constructs:
58
59
```js
60
import {
61
- format_value,
62
- format_declaration,
63
- format_selector,
64
- format_atrule_prelude,
+ format_value,
+ format_declaration,
+ format_selector,
+ format_atrule_prelude,
65
} from '@projectwallace/format-css'
66
67
// Format a CSS value (e.g. the right-hand side of a declaration)
0 commit comments