neutrino-preset-postcss

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i neutrino-preset-postcss

Weekly Downloads

2

Version

1.0.0

License

GPL-3.0

Last publish

Collaborators

  • barraponto