Prefixed CSS First
authorSascha Greuel <github@1-2.dev>
Fri, 6 Aug 2021 18:42:21 +0000 (20:42 +0200)
committerSascha Greuel <github@1-2.dev>
Fri, 6 Aug 2021 18:42:21 +0000 (20:42 +0200)
commitbd8e96fc9dacba6abf2ec80d6d1641a26da7620e
treee3251697456c3e455b06846e80eb30fe55910771
parentef148ae137208ccd4a7e0ec04ac637fbc244e5d5
Prefixed CSS First

Ensured vendor-prefixed versions of a CSS property are listed before the standardized, unprefixed version.

When multiple versions of the same CSS property are specified, the last supported one will be used due to how browsers handle fallback values. This means the order matters when using both vendor-prefixed and unprefixed versions of the same property. Specifically, the unprefixed version must be listed last to ensure standardized behavior takes precedence.
wcfsetup/install/files/style/bbcode/inlineCode.scss
wcfsetup/install/files/style/layout/global.scss
wcfsetup/install/files/style/ui/imageViewer.scss