Magento Magento-Certified-Professional-Cloud-Developer Question Answer
You added a grunt autoprefixer command, which adds CSS vendor prefix like –webkit- and –moz- to CSS files generated by the setup:static-connect: deploy command.
After deployment you still see CSS files without prefixes. The hooks section in the .magento. app. Yaml file is:
Considering static assets are being generated on the build phase why are CSS prefixes missing?