• If I use css minification some of my styles (-webkit-background-clip, -webkit-text-fill-color) are deleting. In admin mode minification not using and styles are showing.

Viewing 1 replies (of 1 total)
  • Plugin Author Denis Ryabov

    (@dryabov)

    PSN tries to detect browser’s engine and keeps prefixed CSS rules for that engine only: -webkit- for webkit/blink-based browsers (Chrome and friends), -moz- for gecko (Firefox), -ms- for trident (IE). In the next major release this feature will be removed (because Firefox supports some -webkit- prefixes as well). So, there are two questions: what browser do you use? and do you have a 3rdparty caching plugin that may cache pages for one browser (e.g. Firefox) and display them in another browser (e.g. Chrome)?

Viewing 1 replies (of 1 total)
  • The topic ‘Css minify error with -webkit-background-clip’ is closed to new replies.