unocss-preset-autoprefixer
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

unocss-preset-autoprefixer

❗ from v0.0.4 this lib use lightningcss to generate css prefixer. Before this version, it used postcss-js

npm version

Installation

pnpm add lightningcss browserslist unocss-preset-autoprefixer -D
import presetUno from '@unocss/preset-uno'
import presetAutoprefixer from 'unocss-preset-autoprefixer'

Unocss({
  presets: [
    presetUno(),
    presetAutoprefixer()
  ],
})

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i unocss-preset-autoprefixer

Weekly Downloads

232

Version

0.0.7

License

MIT

Unpacked Size

4.56 kB

Total Files

7

Last publish

Collaborators

  • zz-hang