mirror of
https://github.com/primer/css.git
synced 2024-11-27 09:45:45 +03:00
9 lines
232 B
JavaScript
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,
|
|
}
|