Current Path : C:/Users/ITO/Desktop/From USB/vendors/bootstrap/build/ |
Current File : C:/Users/ITO/Desktop/From USB/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 } } })