Skip to content

Instantly share code, notes, and snippets.

@Manyaka
Last active August 14, 2019 10:14
Show Gist options
  • Save Manyaka/55206dd147654e68850ceac8ba0e7f73 to your computer and use it in GitHub Desktop.
Save Manyaka/55206dd147654e68850ceac8ba0e7f73 to your computer and use it in GitHub Desktop.
postcss.config.js
module.exports = {
plugins: {
'postcss-easy-import': {
prefix: '_'
},
'postcss-nested': {},
autoprefixer: {},
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment