From 6eff5b28dd42ce5f145b26c607c23915212653ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Viguier?= Date: Fri, 5 Jan 2024 14:01:43 +0100 Subject: [PATCH] Update docs/frontend.md Co-authored-by: Kamil Iskra --- docs/frontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend.md b/docs/frontend.md index 222c6eaf..54c175f5 100644 --- a/docs/frontend.md +++ b/docs/frontend.md @@ -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`