You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/docs/guides/create-react-app.mdx
+4-3
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ tool: Create React App
6
6
7
7
```preval installation
8
8
reference:
9
-
name: Create React App
10
-
link: https://create-react-app.dev/
9
+
name: Create React App
10
+
link: https://create-react-app.dev/
11
11
script: npx create-react-app
12
12
```
13
13
@@ -61,10 +61,11 @@ module.exports = {
61
61
If you're planning to use any other PostCSS plugins, you should read our documentation on [using PostCSS as your preprocessor](/docs/using-with-preprocessors) for more details about the best way to order them alongside Tailwind.
0 commit comments