aboutsummaryrefslogtreecommitdiff
path: root/themes/docsy/assets/vendor/bootstrap/build/postcss.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'themes/docsy/assets/vendor/bootstrap/build/postcss.config.js')
-rw-r--r--themes/docsy/assets/vendor/bootstrap/build/postcss.config.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/docsy/assets/vendor/bootstrap/build/postcss.config.js b/themes/docsy/assets/vendor/bootstrap/build/postcss.config.js
new file mode 100644
index 0000000..157291f
--- /dev/null
+++ b/themes/docsy/assets/vendor/bootstrap/build/postcss.config.js
@@ -0,0 +1,14 @@
+'use strict'
+
+module.exports = (ctx) => ({
+ map: ctx.file.dirname.includes('examples') ? false : {
+ inline: false,
+ annotation: true,
+ sourcesContent: true
+ },
+ plugins: {
+ autoprefixer: {
+ cascade: false
+ }
+ }
+})