包详细信息

sheetify-cssnext

stackcss24MIT3.0.0

cssnext transform for sheetify

sheetify, cssnext, css, preload

自述文件

sheetify-cssnext stability

build status test coverage js-standard-style

postcss-preset-env transform for sheetify. Use tomorrow's CSS syntax, today.

Installation

$ npm install sheetify-cssnext

Usage

const sheetify = require('sheetify/stream')
const path = require('path')

const opts = {
  transform: [ [ 'sheetify-cssnext', { sourcemap: false } ] ],
  basedir: __dirname
}

sheetify(path.join(__dirname, 'index.css'), opts)
  .pipe(process.stdout)

See Also

License

MIT

更新日志

sheetify-cssnext change log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

3.0.0

  • Switch to postcss-preset-env. cssnext is unmaintained.
  • Require Node.js 8+.