Start Tailwind UI rebuild
This commit is contained in:
@@ -56,6 +56,9 @@ npm.cmd run build:css
|
||||
|
||||
Rules:
|
||||
|
||||
- Treat `src/styles/tailwind.css` as the master style source from now on.
|
||||
- `public/admin.css` is legacy/specialized CSS. Do not add new generic component styling there; migrate repeated UI patterns into Tailwind component classes instead.
|
||||
- New screens and redesigned sections should be built with Tailwind utility classes or reusable classes from `@layer components`.
|
||||
- Prefer reusable Tailwind component classes in `@layer components` over one-off CSS for repeated controls.
|
||||
- Repeated controls should share the same structure: icon before text, centered text, chevron on the right, consistent icon size/color/alignment, height, padding, border, radius, hover, and focus states.
|
||||
- Panel top bars should share height, border, background, text color, and button styling.
|
||||
|
||||
Reference in New Issue
Block a user