Dollie Editor SDK guide
Styles Look Wrong
Fix missing editor or catalog styles.
Confirm this order in the main stylesheet:
@import "tailwindcss";
@import "@dollie_ai/editor/styles.css";
@import "@dollie_ai/editor-catalog/styles.css";
Then check:
- Tailwind processes the stylesheet containing the imports.
- Your framework transpiles the current TypeScript source packages when required.
- Host theme tokens exist in the editor route.
- A global reset is not overriding buttons, inputs, or headings.
- The editor container has a usable height.
Test the editor workspace and published page separately. They share catalog components but may live under different application layouts.