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

github.com/le0pard/pgtune.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'postcss.config.js')
-rw-r--r--postcss.config.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/postcss.config.js b/postcss.config.js
index ba1cbd8..a3488fa 100644
--- a/postcss.config.js
+++ b/postcss.config.js
@@ -5,7 +5,6 @@ module.exports = {
require('postcss-import')({
path: ['assets/css']
}),
- require('rucksack-css'),
require('lost')({
flexbox: 'flex'
}),
@@ -20,7 +19,6 @@ module.exports = {
}
}
}),
- require('postcss-browser-reporter'),
require('postcss-reporter')
]
}