This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@temporg/config-postcss

99.10.0 • Public • Published

category: packages

config-postcss

npm  build-status  MIT License  Code of Conduct

A shared postcss config made by Rock Content

Installation

yarn add @temporg/config-postcss

Usage

In your PostCSS config file:

/* postcss.config.js */
module.exports = require('@temporg/config-postcss')({
  before: {
    plugin: 'postcss-nested',
    insert: [
      [require.resolve('postcss-input-range')]
    ]
  },
  nesting: false // Set to true to use postcss-nesting instead of postcss-nested, defaults to false
})

Readme

Keywords

none

Package Sidebar

Install

npm i @temporg/config-postcss

Weekly Downloads

16

Version

99.10.0

License

MIT

Unpacked Size

5.31 kB

Total Files

3

Last publish

Collaborators

  • npm