Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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