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: .github/CONTRIBUTING.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ npm run style
19
19
To automatically fix any style violations in your code, you can run:
20
20
21
21
```sh
22
-
npm run style --fix
22
+
npm run style -- --fix
23
23
```
24
24
25
25
## Running tests
@@ -43,19 +43,19 @@ npm run prepare
43
43
This will create new CSS files in the `/dist` folder which you can reference in your own test HTML file. We often test our own changes by creating an `index.html` file in the root of the Tailwind project itself that pulls in the `/dist/tailwind.css` stylesheet:
0 commit comments