Skip to content

Commit

Permalink
Update docs/frontend.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kamil Iskra <[email protected]>
  • Loading branch information
ildyria and kamil4 authored Jan 5, 2024
1 parent b507239 commit 6eff5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This will create a `public/build` folder with the associated files.

To ease your development, some pain points are to be considered:

- variables names (attributes) in blade templates must use camelCase.
- names of variables (attributes) in blade templates must use camelCase.
- try to keep the alpine components code in the `.ts` files.
- TailwindCSS is doing tree-shaking, this means that any unused css class will not be provided in the production build.
When using classes programatically (e.g. in php), make sure to add them to `tailwind.config.js`
Expand Down

0 comments on commit 6eff5b2

Please sign in to comment.