bootstrap4-genesis
bootstrap4-genesis copied to clipboard
Add gulp-postcss
Add ~~gulp-autoprefixer~~ gulp-postcss and autoprefixer
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.