Lee Morgan 3 недель назад
Родитель
Сommit
4d3371d439
1 измененных файлов с 3 добавлено и 0 удалено
  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.