Skip to content

Commit f5e1605

Browse files
author
Bart Veneman
committed
add links to StackBlitz examples to readme
1 parent 4dbf310 commit f5e1605

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ let old_css = "/* Your old CSS here */";
1919
let new_css = format(old_css);
2020
```
2121

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+
2227
## Formatting rules
2328

2429
1. Every **AtRule** starts on a new line

0 commit comments

Comments
 (0)