c3d2-web/content/static/datenspuren/2019/assets/libraries/bootstrap-4.3.1/build/postcss.config.js
mole a719ad3deb
datenspuren 2019 webseite
initial release candidate

todos: testing, responsivness, minor design tweaks, menubar for small devices
2019-04-03 00:23:55 +02:00

15 lines
238 B
JavaScript

'use strict'
module.exports = (ctx) => ({
map: ctx.file.dirname.includes('examples') ? false : {
inline: false,
annotation: true,
sourcesContent: true
},
plugins: {
autoprefixer: {
cascade: false
}
}
})