Skip to content

Commit

Permalink
Merge pull request #5 from siguici/patch-1
Browse files Browse the repository at this point in the history
docs: 📝 rename `packages` to `vendor` from  extends/components.md
  • Loading branch information
tnylea authored Jul 11, 2024
2 parents d134272 + 8f2e588 commit b232d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/extend/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ You can now customize the Blade component as much as you would like. We are util
You may have added some additional Tailwind classes in your custom component that are not included by the default components. To do this, you can run the following command:

```bash
npx tailwindcss -c ./packages/devdojo/auth/tailwind.config.js -o ./public/auth/build/assets/styles.css
npx tailwindcss -c ./vendor/devdojo/auth/tailwind.config.js -o ./public/auth/build/assets/styles.css
```

You will now see your updated styles within your authentication pages.
Expand Down

0 comments on commit b232d18

Please sign in to comment.