mirror of
https://github.com/Screenly/Anthias.git
synced 2025-12-23 22:38:05 -05:00
chore: create a new Cursor rules for SCSS/CSS files (#2296)
This commit is contained in:
9
.cursor/rules/css.mdc
Normal file
9
.cursor/rules/css.mdc
Normal 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
|
||||
Reference in New Issue
Block a user