3f6ad0d950
- Bump postcss. - Remove postcss-clean. It's incompatible with newer versions and apparently unnecesary. - Finally got CSS source maps to work again
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
/* global module */
|
|
module.exports = {
|
|
plugins: [
|
|
require('autoprefixer'),
|
|
]
|
|
}
|