Parcourir la source

Update claude.md

Lee Morgan il y a 4 semaines
Parent
commit
4d3371d439
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      CLAUDE.md

+ 3 - 0
CLAUDE.md

@@ -14,3 +14,6 @@
 - Keep changes minimal and focused.
 - Prefer relative imports (`./Component.svelte`) when importing route-specific components.
 - Prefer double quotes over single quotes when possible. Use the backtick (``) only when variables need to be inserted in text
+
+## Create Style
+- When told to create style for a page/component, do not write anything in <script>. Do not remove any HTML. You may add as much HTML as you see fit to improve it. You may do anything you want with CSS.