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