We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dbf310 commit f5e1605Copy full SHA for f5e1605
README.md
@@ -19,6 +19,11 @@ let old_css = "/* Your old CSS here */";
19
let new_css = format(old_css);
20
```
21
22
+Need more examples?
23
+
24
+- [StackBlitz example using CommonJS](https://stackblitz.com/edit/stackblitz-starters-phchci?file=index.js)
25
+- [StackBlitz example using ES Modules](https://stackblitz.com/edit/stackblitz-starters-hrhsed?file=index.js)
26
27
## Formatting rules
28
29
1. Every **AtRule** starts on a new line
0 commit comments