Skip to content

Commit 59f30f7

Browse files
authored
Update README.md
1 parent c5c418d commit 59f30f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Step #3: Update the tailwind.config.js file with the TailGrids plugin.
2929

3030
```js filename="tailwind.config.js" copy showLineNumbers
3131
module.exports = {
32-
content: ["./*.html", "./**/*.{html,js,jsx,ts,tsx,vue}", "./assets/**/*.js"], // your targeted files
32+
content: ["./*.html", "./**/*.{html,js,jsx,ts,tsx,vue}", "./assets/**/*.js"],
3333
theme: {},
3434
variants: {
3535
extend: {},

0 commit comments

Comments
 (0)