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