]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove unused code from postcss.config.js.
authorXhmikosR <xhmikosr@gmail.com>
Mon, 9 Oct 2017 07:48:35 +0000 (10:48 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 9 Oct 2017 08:20:05 +0000 (11:20 +0300)
We actually want to generate a sourcemap for docs.min.css.

build/postcss.config.js

index 1f2be8b7c1a158d91d8eb61632eed01f24992438..425228eaaccc4676b60389e71c28d06f7e87f6f1 100644 (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