aboutsummaryrefslogtreecommitdiffstats
path: root/src/css.11ty.js
diff options
context:
space:
mode:
author2021-09-23 18:56:13 +0530
committer2021-09-23 19:01:51 +0530
commit67995edb049ee3df591a70911d61630c3bdc6442 (patch)
treef556b262c649fe577a4e5b3f2588dcda97d90266 /src/css.11ty.js
parentinitial commit (diff)
downloadsudomsg-67995edb049ee3df591a70911d61630c3bdc6442.tar
sudomsg-67995edb049ee3df591a70911d61630c3bdc6442.tar.gz
sudomsg-67995edb049ee3df591a70911d61630c3bdc6442.tar.bz2
sudomsg-67995edb049ee3df591a70911d61630c3bdc6442.tar.lz
sudomsg-67995edb049ee3df591a70911d61630c3bdc6442.tar.xz
sudomsg-67995edb049ee3df591a70911d61630c3bdc6442.tar.zst
sudomsg-67995edb049ee3df591a70911d61630c3bdc6442.zip
make it ready to deploy
Diffstat (limited to '')
-rw-r--r--src/css.11ty.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/css.11ty.js b/src/css.11ty.js
index a3ef254..3a5b9df 100644
--- a/src/css.11ty.js
+++ b/src/css.11ty.js
@@ -27,7 +27,6 @@ module.exports = class {
return await postcss([
require('postcss-import'),
require('autoprefixer'),
- require('cssnano')
])
.process(await fs.readFileSync(inputfile), {
from: inputfile