Conversation
supportIf 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.
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)?
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)?