You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This specifically came up because Safari does not support position: sticky without a vendor prefix.
If you use other PostCSS based tools, like cssnano, you may want to run them together using gulp-postcss instead of gulp-autoprefixer. It will be faster, as the CSS is parsed only once for all PostCSS based tools, including Autoprefixer.
Add
gulp-autoprefixergulp-postcss and autoprefixerThis specifically came up because Safari does not support
position: sticky
without a vendor prefix.source gulp-autoprefixer documentation
The text was updated successfully, but these errors were encountered: