• Resolved John Brand

    (@brandbrilliance)


    Your routine to minify the CSS is also stripping away necessary spaces in the calc() values.

    e.g.
    background-position-x: calc(100% + 1680px);
    becomes
    background-position-x:calc(100%+1680px);
    which becomes an invalid CSS value — the spaces are required.

    • This topic was modified 6 years, 9 months ago by John Brand.
Viewing 1 replies (of 1 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @brandbrilliance,

    Could you share more details, like the CSS file being minified, if you use other plugins to minify (too) and your settings (just include the contents of your wp-content/w3tc-config/master.php file)? That way we might be able to find the flaw and help you further.

Viewing 1 replies (of 1 total)

The topic ‘CSS: calc() space removal invalidated’ is closed to new replies.