Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexojs/hexo-autoprefixer
Autoprefixer plugin for Hexo.
https://github.com/hexojs/hexo-autoprefixer
hexo hexo-plugin
Last synced: 3 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-29T00:10:39.000Z (over 1 year ago)
- Last Synced: 2024-04-24T14:29:35.547Z (7 months ago)
- Topics: hexo, hexo-plugin
- Language: JavaScript
- Homepage:
- Size: 94.7 KB
- Stars: 17
- Watchers: 12
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexo-autoprefixer
[![Build Status](https://img.shields.io/github/actions/workflow/status/hexojs/hexo-autoprefixer/tester.yml?branch=master&label=test)](https://github.com/hexojs/hexo-autoprefixer/actions?query=workflow%3ATester)
[![npm version](https://badge.fury.io/js/hexo-autoprefixer.svg)](https://www.npmjs.com/package/hexo-autoprefixer)
[![Coverage Status](https://coveralls.io/repos/hexojs/hexo-autoprefixer/badge.svg?branch=master&service=github)](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 `[email protected]` 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