Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 294882

CSS method mask has wrong behavior after Drupal style compression

$
0
0

Hi folks, I found problem with CSS compression.

What are the steps required to reproduce the bug?

Create style with

.element {
   mask: url(#video-mask);
}

This code is valid according to CSS mask

Then enable CSS compression on performance page.

What behavior were you expecting?

See the same result in compressed file:

.element {
   mask: url(#video-mask);
}

What happened instead?

.element {
   mask: url(/themes/custom/THEMENAME/styles/css/#video-mask);
}

Viewing all articles
Browse latest Browse all 294882

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>