You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.
I'm not sure if we would add this in for all apps, but it should be possible to add https://www.npmjs.com/package/rollup-plugin-scss to rollup.config.js to generate a dist/style.css and set the manifest's css_file to that.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Having SCSS functionality would be great for dynamic styling.
For example, I've put in a text field to allow the user to determine how many lines to limit the text to by appending a class name
To accommodate this, I have something like this in the CSS which doesn't look great
If we could add functions with SCSS then we can make it look a lot cleaner.
The text was updated successfully, but these errors were encountered: