- 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.