Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-10-07 18:49:35 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-10-09 11:20:05 +0300
commitecdaf0e34a177a15e9ec4d81021a61f79adaf7fb (patch)
tree8f98d87a0f425338e711d4060b2a839b1b8d9b39 /build
parent0c1597ebde2a41964d77547d5b1d7f00cd9402b6 (diff)
Run autoprefixer for examples' CSS too.
Diffstat (limited to 'build')
-rw-r--r--build/postcss.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/postcss.config.js b/build/postcss.config.js
index b34a0ce467..1f2be8b7c1 100644
--- a/build/postcss.config.js
+++ b/build/postcss.config.js
@@ -1,7 +1,7 @@
'use strict'
module.exports = (ctx) => ({
- map: ctx.file.dirname.startsWith('docs') ? false : {
+ map: ctx.file.dirname.startsWith('docs') || ctx.file.dirname.includes('examples') ? false : {
inline: false,
annotation: true,
sourcesContent: true