Styling Options - rollthecloudinc/quell GitHub Wiki
- Global
- Panel Page
- External CSS File
- Managed CSS
Druid
Global
Panel Page
Add global styles to shell styles.scss file.
External
Include url to css file in panel page props.
Caveats: This currently requires s3 because linked file is expected to be json version.
Managed
Automatic save of changes to styles made inside dev inspector.
Frameworks
Tailwind
For now using cdn file in index.html template.
@todo: Best method to parse panel pages dynamically.