0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-06 04:08:22 +01:00
Bootstrap/build/postcss.config.js

11 lines
196 B
JavaScript
Raw Normal View History

2017-03-12 03:32:50 +00:00
module.exports = (ctx) => ({
map: ctx.file.dirname.startsWith('docs') ? false : {
inline: false,
annotation: true,
sourcesContent: true
},
plugins: {
autoprefixer: {}
2017-03-12 03:32:50 +00:00
}
})