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
See glimmerjs/glimmer-application-pipeline#74 (comment).
Basic gist:
class CustomApp extends GlimmerApp { cssTree() { let cssTree = super(); return customBroccoliStuff(cssTree); } } let app = new CustomApp(defaults); return app.toTree();
The text was updated successfully, but these errors were encountered:
@rwjblue I've got this working on my other app now, so I'll fix it here as well. Expect a PR soon. :)
Sorry, something went wrong.
Should this be closed?
No branches or pull requests
See glimmerjs/glimmer-application-pipeline#74 (comment).
Basic gist:
The text was updated successfully, but these errors were encountered: