AdminLTE/build/config/postcss.config.js

15 lines
190 B
JavaScript
Raw Permalink Normal View History

'use strict'
2021-01-14 11:25:12 +01:00
module.exports = {
map: {
inline: false,
annotation: true,
sourcesContent: true
},
2021-01-14 11:25:12 +01:00
plugins: [
require('autoprefixer')({
cascade: false
2021-01-14 11:25:12 +01:00
})
]
}