Considering static assets are being generated on the build phase, why are CSS prefixes missing?
You added a grunt autoprefixer command, which adds CSS vendor prefixes like -webkit-and -mozto CSS files generated by the setup:static-content:deploy command. After deployment you still see CSS files without prefixes. The hooks section in...