• Resolved kubiq

    (@kubiq)


    When you use eg. clip-path in CSS and you refer to element ID then this ID will be overwritten in minification process by file path

    I have:
    clip-path: url(#mask_ID)

    Minified version:
    clip-path: url(/path/to/css/file/#mask_ID)

    which will ofc break the layout

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gabe Livan

    (@gabelivan)

    @kubiq thanks for reporting this bug and my sincere apologies for this inconvenience! Indeed, there was a bug and it’s been fixed now. A new update was just released. Consider updating the plugin and you shouldn’t have this problem anymore.

    Thread Starter kubiq

    (@kubiq)

    Thank you for a great plugin! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Minify CSS will break ID referencies’ is closed to new replies.