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
There is no support for that unfortunately, though it could quite easily be added to the plugin. To make sure you don't accidentally import stylesheets reduntantly in production, you could pass inn a parameter to the run configuration of your view and check that before calling importStylesheet. For example System.getProperty("force-load-css") or something like that.
If you do this from several views, create a function you can call from your views so that it's reusable, something like forceLoadStylesheets().
Hello, I would like to know if you can run a view directly and add CSS files in its execution?.
For example:
I just want to run a view, to accelerate my development.
But CSS files are only in the main class, and my interface looks like this ...
Is there any way to load CSS into the execution configuration for individual views?
.
Due to the desperation, I re-added the css files in my view:
But it's not something I like, since it messes up my code just to try something in development, and I could forget to eliminate it :(
Thanks and regards.
The text was updated successfully, but these errors were encountered: