1
1
mirror of https://github.com/primer/css.git synced 2024-12-02 07:53:06 +03:00
css/.storybook/postcss.config.js

9 lines
232 B
JavaScript
Raw Normal View History

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