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:
Diffstat (limited to 'build/postcss.config.js')
-rw-r--r--build/postcss.config.js14
1 files changed, 8 insertions, 6 deletions
diff --git a/build/postcss.config.js b/build/postcss.config.js
index 157291ffd2..56b7d94cc1 100644
--- a/build/postcss.config.js
+++ b/build/postcss.config.js
@@ -1,11 +1,13 @@
'use strict'
-module.exports = (ctx) => ({
- map: ctx.file.dirname.includes('examples') ? false : {
- inline: false,
- annotation: true,
- sourcesContent: true
- },
+module.exports = ctx => ({
+ map: ctx.file.dirname.includes('examples') ?
+ false :
+ {
+ inline: false,
+ annotation: true,
+ sourcesContent: true
+ },
plugins: {
autoprefixer: {
cascade: false