We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845f8af commit 29dc4ddCopy full SHA for 29dc4dd
examples/basic/package.json
@@ -4,7 +4,7 @@
4
"type": "module",
5
"scripts": {
6
"dev": "pranx --dev",
7
- "build": "tsc --noEmit && pranx --build",
+ "build": "pranx --build",
8
"start": "pranx --start",
9
"check": "tsc --noEmit",
10
"format": "prettier --write --cache src",
packages/pranx/FEATURES.md
@@ -14,6 +14,7 @@
14
- [ ] Sass Plugin
15
- [ ] Tailwindcss support v3
16
- [x] Tailwindcss support v4
17
+- [x] Markdown support
18
- [x] Css modules support
19
- [ ] Layouts
20
- [ ] Custom Error Pages
0 commit comments