postcss.config.js: remove unused check (#2735)

pull/2741/head
XhmikosR 2020-05-31 14:10:29 +03:00 committed by GitHub
parent a58c7da1f3
commit 2a964189de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
'use strict'
module.exports = (ctx) => ({
map: ctx.file.dirname.includes('examples') ? false : {
map: {
inline: false,
annotation: true,
sourcesContent: true