Minify CSS will break ID referencies
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Minify CSS will break ID referencies’ is closed to new replies.