metalsmith-autoprefixer-gustavnikolaj

1.0.0 • Public • Published

metalsmith-autoprefixer

Build Status Dependencies

An Autoprefixer plugin for Metalsmith.

Installation

npm install --save metalsmith-autoprefixer

Getting Started

If you haven't checked out Metalsmith before, head over to their website and check out the documentation.

CLI Usage

If you are using the command-line version of Metalsmith, you can install via npm, and then add the metalsmith-autoprefixer key to your metalsmith.json file:

{
  "plugins": {
    "metalsmith-autoprefixer": {}
  }
}

JavaScript API

If you are using the JS Api for Metalsmith, then you can require the module and add it to your .use() directives:

var autoprefixer = require('metalsmith-autoprefixer');

metalsmith.use(autoprefixer());

Options

None yet

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    7
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    7

Package Sidebar

Install

npm i metalsmith-autoprefixer-gustavnikolaj

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • gustavnikolaj