mirror of https://github.com/ColorlibHQ/AdminLTE
postcss.config.js: remove unused check (#2735)
parent
a58c7da1f3
commit
2a964189de
|
@ -1,7 +1,7 @@
|
|||
'use strict'
|
||||
|
||||
module.exports = (ctx) => ({
|
||||
map: ctx.file.dirname.includes('examples') ? false : {
|
||||
map: {
|
||||
inline: false,
|
||||
annotation: true,
|
||||
sourcesContent: true
|
||||
|
|
Loading…
Reference in New Issue