We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724da67 commit 6ef92b8Copy full SHA for 6ef92b8
CRUSH.md
@@ -31,4 +31,8 @@
31
32
**Naming**: Snake_case for methods/variables, CamelCase for classes. Use descriptive method names like `rendered_body` and `post_scope`.
33
34
-**Structure**: Standard Rails MVC. Models in `app/models/`, controllers in `app/controllers/`, tests mirror app structure in `test/`.
+**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