chore: create a new Cursor rules for SCSS/CSS files (#2296)

This commit is contained in:
Nico Miguelino
2025-05-23 10:54:56 -07:00
committed by GitHub
parent d84f018808
commit 6c69c58dda

9
.cursor/rules/css.mdc Normal file
View File

@@ -0,0 +1,9 @@
---
description:
globs:
alwaysApply: false
---
- Anthias uses SCSS (which transpiles to CSS) for styling.
- Do not add code comments when generating SCSS/CSS code.
- Prefer using `rem` instead of `px` when specifying units.
- Use Stylelint's linting rules as a guide: https://stylelint.io/user-guide/rules