Resolving CSS Variables for Internet Explorer

Unfortunately, CSS variables are not supported in Internet Explorer. However, there is an option on the Advanced tab of the Target Editor that you can enable to correct this. 

When you enable this feature, 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.