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
The documentation for CSS variables doesn't appear to say what the scope of those variables is. For example, it would seem that if you're using CSS_PATH, you can't define a series of variables in one file earlier in the path, and then use those variables in files later on in the path. If this is working as intended we should document this.
The text was updated successfully, but these errors were encountered:
It seems that variables are Widget scoped. We can define variables for the whole App.
Here is a little dirty hack I wrote to be able to have shared variables for the whole app:
The documentation for CSS variables doesn't appear to say what the scope of those variables is. For example, it would seem that if you're using
CSS_PATH
, you can't define a series of variables in one file earlier in the path, and then use those variables in files later on in the path. If this is working as intended we should document this.The text was updated successfully, but these errors were encountered: