2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Remove unused code from postcss.config.js.

We actually want to generate a sourcemap for docs.min.css.
This commit is contained in:
XhmikosR
2017-10-09 10:48:35 +03:00
parent a8fb64f3e3
commit d687ba5684
+1 -1
View File
@@ -1,7 +1,7 @@
'use strict'
module.exports = (ctx) => ({
map: ctx.file.dirname.startsWith('docs') || ctx.file.dirname.includes('examples') ? false : {
map: ctx.file.dirname.includes('examples') ? false : {
inline: false,
annotation: true,
sourcesContent: true