| Current Path : C:/xampp/htdocs/cid/vendors/bootstrap/build/ |
| Current File : C:/xampp/htdocs/cid/vendors/bootstrap/build/postcss.config.js |
'use strict'
module.exports = (ctx) => ({
map: ctx.file.dirname.includes('examples') ? false : {
inline: false,
annotation: true,
sourcesContent: true
},
plugins: {
autoprefixer: {
cascade: false
}
}
})