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

github.com/cssandstuff/hugo-theme-winning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcssandstuff <github@cssandstuff.com>2018-07-06 06:07:02 +0300
committercssandstuff <github@cssandstuff.com>2018-07-06 06:07:02 +0300
commit4083c3c029a6a085844c3e229326c49c3229fa90 (patch)
treeebbbe0b1d74d7647ebf698905a2a3ea3cb0ce402 /postcss.config.js
parentea234a3868cab4abf1df76f6c205f6295667166d (diff)
changed structure
Diffstat (limited to 'postcss.config.js')
-rw-r--r--postcss.config.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/postcss.config.js b/postcss.config.js
deleted file mode 100644
index ffb2269..0000000
--- a/postcss.config.js
+++ /dev/null
@@ -1,7 +0,0 @@
-module.exports = {
- plugins: [
- require('cssnano')({
- preset: 'default',
- }),
- ],
-};