1.0.0 • Published 7 years ago

neutrino-preset-postcss v1.0.0

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
7 years ago

Neutrino PostCSS preset

NPM version NPM downloads Join Slack neutrino-preset-postcss is a Neutrino preset that adds support to PostCSS on top of the basic neutrino-preset-web. Use v1 for Neutrino 4 support.

Documentation

Install this preset to your development dependencies, then set it to use this preset after neutrino-preset-web. Set it in package.json:

  "config": {
    "presets": [
      "neutrino-preset-web",
      "neutrino-preset-postcss"
    ]
  },

Don't forget to create postcss.config.js or add postcss configuration to package.json. See PostCSS configuration documentation.

Also, don't forget to install your favorite PostCSS plugins!

To Do

Support PostCSS config in Neutrino package.json configuration. Create pre-configured presets for cssnext and autoprefixer. Support Neutrino 5.