https://github.com/hexojs/hexo-autoprefixer
Autoprefixer plugin for Hexo.
https://github.com/hexojs/hexo-autoprefixer
hexo hexo-plugin
Last synced: 9 months ago
JSON representation
Autoprefixer plugin for Hexo.
- Host: GitHub
- URL: https://github.com/hexojs/hexo-autoprefixer
- Owner: hexojs
- License: mit
- Created: 2015-02-01T09:10:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-07-29T00:10:39.000Z (almost 3 years ago)
- Last Synced: 2025-09-07T19:55:27.095Z (10 months ago)
- Topics: hexo, hexo-plugin
- Language: JavaScript
- Homepage:
- Size: 94.7 KB
- Stars: 18
- Watchers: 10
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexo-autoprefixer
[](https://github.com/hexojs/hexo-autoprefixer/actions?query=workflow%3ATester)
[](https://www.npmjs.com/package/hexo-autoprefixer)
[](https://coveralls.io/github/hexojs/hexo-autoprefixer?branch=master)
[Autoprefixer] plugin for Hexo.
## Installation
``` bash
$ npm install hexo-autoprefixer --save
```
## Options
Configure Autoprefixer in your Hexo config.
``` yaml
autoprefixer:
exclude:
- '*.min.css'
```
- **exclude**: Exclude files
In `hexo-autoprefixer@2.0.0` please specify `browser` option in `package.json` or `.browserslistrc` instead of `_config.yaml`. Please see [Browserslist: Config file](https://github.com/browserslist/browserslist#config-file).
See
[Autoprefixer]: https://github.com/postcss/autoprefixer