Resolving CSS Variables
With this feature enabled, the CSS variable will be replaced with the actual value in the output. In other words, you will not see the var(--[VariableName]) instance. However, this will be done only if the CSS variable is declared in the :root or html selector.
How to Resolve CSS Variables
- Open an HTML5 target.
- Select the Advanced tab.
-
Select Resolve CSS variables (recommended), if it is not already selected.
- Click to save your work.
Note This option is not included in Eclipse and HTML Help targets, because the feature is always enabled for those outputs.