From e7f95794fdab7fdbd30f6d749bfa7b94a18ff2ff Mon Sep 17 00:00:00 2001 From: nicomiguelino Date: Fri, 23 May 2025 10:36:17 -0700 Subject: [PATCH] chore: add a new cursor rule for CSS --- .cursor/css.mdc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .cursor/css.mdc diff --git a/.cursor/css.mdc b/.cursor/css.mdc new file mode 100644 index 0000000..4a29758 --- /dev/null +++ b/.cursor/css.mdc @@ -0,0 +1,9 @@ +--- +description: +globs: +alwaysApply: true +--- +# CSS + +- Do not add comments when generating CSS code unless it's not obvious. +- Make use of `rem` instead of `px`.