We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A better way to inject CSS into windows without having to manage CSS files on disk
POC:
import styles from './styles.css'; Millennium.insertStyles(document /* the window to inject into */, styles);
Here we statically rollup CSS into the dist JavaScript instead of leaving it on disk, and having to move it into steamui during runtime.
steamui
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Before Requesting
Describe the feature you'd like!
A better way to inject CSS into windows without having to manage CSS files on disk
Anything else?
POC:
Here we statically rollup CSS into the dist JavaScript instead of leaving it on disk, and having to move it into
steamui
during runtime.The text was updated successfully, but these errors were encountered: