mirror of https://github.com/ColorlibHQ/AdminLTE
Update postcss.config.js
parent
e1b6738fab
commit
39b5a9a883
|
@ -1,14 +1,17 @@
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
module.exports = () => ({
|
module.exports = {
|
||||||
map: {
|
map: {
|
||||||
inline: false,
|
inline: false,
|
||||||
annotation: true,
|
annotation: true,
|
||||||
sourcesContent: true
|
sourcesContent: true
|
||||||
},
|
},
|
||||||
plugins: {
|
plugins: [
|
||||||
autoprefixer: {
|
require('postcss-scrollbar')({
|
||||||
|
edgeAutohide: true
|
||||||
|
}),
|
||||||
|
require('autoprefixer')({
|
||||||
cascade: false
|
cascade: false
|
||||||
}
|
})
|
||||||
}
|
]
|
||||||
})
|
}
|
||||||
|
|
Loading…
Reference in New Issue