systemjs-plugin-cssnext

1.0.0 • Public • Published

Installation

npm install systemjs-plugin-cssnext

Usage

SystemJS.config({
  map: {
    css: 'node_modules/systemjs-plugin-css',
    'plugin-cssnext': 'node_modules/systemjs-plugin-cssnext/index.js',
    postcss: 'node_modules/systemjs-plugin-cssnext/postcss.js',
    'postcss-cssnext': 'node_modules/systemjs-plugin-cssnext/postcss-cssnext.js'
  },
 
  meta: {
    '*.css': {
      loader: 'plugin-cssnext',
 
      loaderOptions: {
        // cssnext features config
        features: {
          customProperties: false,
          calc: false
        }
      }
    }
  }
})

cssnext features configuration help can be found at http://cssnext.io/usage/

Readme

Keywords

Package Sidebar

Install

npm i systemjs-plugin-cssnext

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

3.1 kB

Total Files

3

Last publish

Collaborators

  • janouma