Skip to content

Commit 6ef92b8

Browse files
committed
update CRUSH.md
1 parent 724da67 commit 6ef92b8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CRUSH.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@
3131

3232
**Naming**: Snake_case for methods/variables, CamelCase for classes. Use descriptive method names like `rendered_body` and `post_scope`.
3333

34-
**Structure**: Standard Rails MVC. Models in `app/models/`, controllers in `app/controllers/`, tests mirror app structure in `test/`.
34+
**Structure**: Standard Rails MVC. Models in `app/models/`, controllers in `app/controllers/`, tests mirror app structure in `test/`.
35+
36+
## HTML/CSS Styling
37+
38+
**Tailwind**: When writing HTML, always use Tailwind CSS. Make sure to support both dark/light mode where appropriate.

0 commit comments

Comments
 (0)