Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unpreset/unocss-preset-autoprefixer
https://github.com/unpreset/unocss-preset-autoprefixer
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unpreset/unocss-preset-autoprefixer
- Owner: unpreset
- License: mit
- Created: 2022-08-09T02:58:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T03:45:56.000Z (5 months ago)
- Last Synced: 2024-10-14T12:03:30.794Z (4 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/unocss-preset-autoprefixer
- Size: 355 KB
- Stars: 19
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unocss - unocss-preset-autoprefixer - Autoprefixer Preset. (Presets)
- awesome-unocss - unocss-preset-autoprefixer - Autoprefixer Preset. (Presets)
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