1.1.0 • Published 1 year ago

@wearerequired/postcss-config v1.1.0

Weekly downloads
244
License
MIT
Repository
github
Last release
1 year ago

@wearerequired/postcss-config

Shareable PostCSS config used by @wearerequired.

Installation

Install the package:

npm i -D postcss @wearerequired/postcss-config

Usage

To use this config, simply reference @wearerequired/postcss-config in your PostCSS configuration.

For example, using postcss.config.js:

module.exports = require( '@wearerequired/postcss-config' );

Included Plugins

  • postcss-import
    Plugin to transform @import rules by inlining content.
  • postcss-mixins
    Plugin for mixins.
  • postcss-nested
    Plugin to unwrap nested rules like how Sass does it.
  • postcss-preset-env
    Convert modern CSS into something most browsers can understand, determining the polyfills based on targeted browsers.
  • postcss-sort-media-queries
    Plugin to combine and sort CSS media queries with mobile first or desktop first methods.
  • cssnano
    A modern, modular compression tool. Only used for production builds.
1.1.0

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago

0.4.0-alpha.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.3

3 years ago

0.1.3-alpha.0

3 years ago

0.1.2

3 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.1.0-alpha.2

4 years ago

0.1.0-alpha.1

4 years ago

0.1.0-alpha.0

4 years ago