Webkit Style Appearing out of Nowhere

Hello,

Sometimes when I add a style, I get this crossed out webkit style appear out of nowhere. What does it mean? And how do I get rid of it?

Screenshot_320

You don't want to "get rid" of it. These are called vendor prefixes and they are automatically added by the CSS Autoprefixer to CSS rules using the Can I Use database to determine which prefixes are needed. This is required for browser compatibility and support for older browsers.

You can disable it in Wappler Settings or change which browsers to support:

But i won't recommend doing this (disabling CSS Autoprefixer), as this may cause issues with some styles not rendering correctly in different browsers.

3 Likes

Thank you!