unocss icon indicating copy to clipboard operation
unocss copied to clipboard

Vendor Prefixes Support

Open sewalsh opened this issue 2 years ago • 2 comments

Is there an unocss way of enabling vendor autoprefixes on production builds?

Prefixes are present with dev, not build.

sewalsh avatar Mar 06 '22 17:03 sewalsh

We could probably have an autoprefixer postprocessor package via using this API https://github.com/unocss/unocss/blob/b07b50d69220928eacfcf052453c2f7ce8245f47/packages/core/src/types.ts#L298-L301

PR welcome

antfu avatar Mar 24 '22 15:03 antfu

Does it can help ? https://github.com/zouhangwithsweet/unocss-preset-autoprefixer

zouhangwithsweet avatar Aug 09 '22 07:08 zouhangwithsweet