Skip to content

Instantly share code, notes, and snippets.

@HeikoMamerow
Created July 31, 2017 12:28
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save HeikoMamerow/acf2fbe495d97231ab67520f56f44458 to your computer and use it in GitHub Desktop.
module.exports = {
map: { inline: false },
plugins: [
require('postcss-import')(),
require('postcss-mixins')(),
require('postcss-nested')(),
require('postcss-advanced-variables')(),
require('perfectionist')({
cascade: false,
sourcemap: true
}),
require('stylefmt')(),
require('postcss-cssnext')(),
require('cssnano')({
autoprefixer: false
})
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment