• Resolved johnc1979

    (@johnc1979)


    I have a site that was recently updated with Elementor and we found that the static file generated is applying the name of a variable to a property instead of a valid property name in the declaration. As below it’s applying –divider-color instead of color
    This was causing a “refused to apply style because MIME type isn’t supported error”

    .elementor-widget-divider {
    	--divider-color: var( --e-global-color-secondary);
    }

    We’ve only seen it on one line and it recreates it after file regeneration. We manually applied the fix to the CSS file

    • This topic was modified 2 years, 9 months ago by johnc1979.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Static file setting property to variable name’ is closed to new replies.