twbs--bootstrap/build/postcss.config.js

11 lines
196 B
JavaScript

module.exports = (ctx) => ({
map: ctx.file.dirname.startsWith('docs') ? false : {
inline: false,
annotation: true,
sourcesContent: true
},
plugins: {
autoprefixer: {}
}
})