Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Webpack blocks - PostCSS

JavaScript Style Guide NPM Version

This is the postcss block providing PostCSS configuration.

Usage

const { createConfig } = require('@webpack-blocks/webpack')
const postcss = require('@webpack-blocks/postcss')
const autoprefixer = require('autoprefixer')

module.exports = createConfig([
  postcss([
    autoprefixer({ browsers: ['last 2 versions'] })
  ])
])

Webpack blocks

Check out the

👉 Main Documentation

Released under the terms of the MIT license.