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

github.com/negrel/hugo-theme-pico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorAlexandre Negrel <negrel.dev@protonmail.com>2020-10-30 00:56:22 +0300
committerAlexandre Negrel <negrel.dev@protonmail.com>2020-10-30 00:56:22 +0300
commit648638a7b06b26b198a89b8235f3a42ba790487d (patch)
tree49a5beae3da40e30bc11812ee1b345d09e454d8f /assets
parent9fad23b43c1ea65071dd753c8c166d760c379f4c (diff)
update resources & postcss.config.js
Diffstat (limited to 'assets')
-rw-r--r--assets/config/postcss.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/assets/config/postcss.config.js b/assets/config/postcss.config.js
index f379c8d..e1fad68 100644
--- a/assets/config/postcss.config.js
+++ b/assets/config/postcss.config.js
@@ -24,7 +24,6 @@ const purgecss = require('@fullhuman/postcss-purgecss')({
module.exports = {
plugins: [
- // require('postcss-node-sass'),
require('postcss-import')({
path: [themeDir]
}),