1.0.0-rc.1 • Published 7 years ago

neutrino-preset-extractstyles v1.0.0-rc.1

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

Neutrino ExtractStyles preset

NPM version NPM downloads Join Slack

neutrino-preset-extractstyles is a Neutrino preset that adds support for extracting css to its own files using extract-text-webpack-plugin.

Documentation

Install this preset to your development dependencies, then set it in .neutrinorc.js:

  module.exports = {
    use: [
      "neutrino-preset-web",
      "neutrino-preset-extractstyles",
    ],
    ...
  };