@considonet/postcss-config

1.1.0 • Public • Published

@considonet/postcss-config

Default opinionated PostCSS preset for ConsidoNet projects

What is this?

This config was created to provide a common PostCSS setup for ConsidoNet projects. Included plugins:

Options

  • normalize (boolean, defaults to true)

    If true, postcss-normalize will prepend normalize.css stylesheet to your styles. If false the plugin will still be available, but without explicitly included normalize.css styles (using @import or @import-normalize at-rules) won't do anything.

Install

Using npm:

npm install --save-dev @considonet/postcss-config

or using yarn:

yarn add @considonet/postcss-config --dev

Usage

In your postcss.config.js file add the plugin, for example:

module.exports = {
  plugins: [ require("@considonet/postcss-config")({ normalize: false }) ]
}

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @considonet/postcss-config

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

4.14 kB

Total Files

4

Last publish

Collaborators

  • pawelgabryelewicz