Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unpreset/unocss-preset-autoprefixer


https://github.com/unpreset/unocss-preset-autoprefixer

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# unocss-preset-autoprefixer
> :exclamation: from v0.0.4 this lib use `lightningcss` to generate css prefixer. Before this version, it used `postcss-js`

[![npm version](https://badge.fury.io/js/unocss-preset-autoprefixer.svg?v=20230729)](https://badge.fury.io/js/unocss-preset-autoprefixer)

## Installation

```bash
pnpm add lightningcss browserslist unocss-preset-autoprefixer -D
```

```ts
import presetUno from '@unocss/preset-uno'
import presetAutoprefixer from 'unocss-preset-autoprefixer'

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

## License

MIT