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
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-06-18 11:33:26 +0300
committerMark Otto <markd.otto@gmail.com>2017-06-19 04:17:48 +0300
commit440af84c7a6e9b2810c7b8772052295efd66f322 (patch)
tree4a24229451dcf5dbf636455d12d8a1b788625a98 /build/postcss.config.js
parent532493e6ecbfb5f6cdc6afe4158119930eb686b4 (diff)
remove postcss-flexbugs-fixes from build process
Diffstat (limited to 'build/postcss.config.js')
-rw-r--r--build/postcss.config.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/build/postcss.config.js b/build/postcss.config.js
index 803078a5f8..e811f44be6 100644
--- a/build/postcss.config.js
+++ b/build/postcss.config.js
@@ -35,7 +35,6 @@ module.exports = (ctx) => ({
'Android >= 4',
'Opera >= 12'
]
- },
- 'postcss-flexbugs-fixes': {}
+ }
}
})