|
@@ -14,3 +14,6 @@
|
|
|
- Keep changes minimal and focused.
|
|
- Keep changes minimal and focused.
|
|
|
- Prefer relative imports (`./Component.svelte`) when importing route-specific components.
|
|
- 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
|
|
- 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.
|