Replies: 1 comment
-
It used to be a separate file a long time ago. Now, it is part of the library's script file (Microsoft.FluentUI.AspNetCore.Components.lib.module.js) that gets loaded when Blazor starts. It is added to the adoptedStylsheets (https://developer.mozilla.org/en-US/docs/Web/API/Document/adoptedStyleSheets) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I see that a lot of elements use css variables such as
--success
,--info
etc. And looking atColor.Info
(or similar), it says that "This color is defined in the variables.css file....". But where is that? I have not seen anything about it in the docs. Looking at the page style, I can see the variables, but it says they are constructed. And I really don't want to use tokens to edit the color of every component that uses success/info/....I am talking about these:
not the accent, or other computed variables.
Beta Was this translation helpful? Give feedback.
All reactions