1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +03:00
css/.storybook/postcss.config.js
2017-09-08 16:51:32 -07:00

9 lines
232 B
JavaScript

// FIXME this should go away when we merge and release:
// <https://github.com/primer/primer-module-build/pull/19>
const plugins = require("primer-module-build/lib/.postcss.json")
delete plugins.use
module.exports = {
plugins,
}