How to vendor prefix and minify CSS?
Writing CSS from scratch along with adding vendor prefixes can be a daunting task if done manually. Vendor-prefixes can be easily added using the autoprefixer plugin of PostCSS.
Also, the size of CSS file matters because CSS files can be render block...
murtuza.hashnode.dev3 min read