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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/postcss.config.js')
-rw-r--r--assets/css/postcss.config.js27
1 files changed, 12 insertions, 15 deletions
diff --git a/assets/css/postcss.config.js b/assets/css/postcss.config.js
index 9bbd93a..7f1e8d5 100644
--- a/assets/css/postcss.config.js
+++ b/assets/css/postcss.config.js
@@ -1,16 +1,13 @@
-const themeDir = __dirname + '/../../';
+const themeDir = __dirname + "/../../";
-module.exports = {
- plugins: [
- require('postcss-import')({
- path: [themeDir]
- }),
- require('tailwindcss')(themeDir + 'assets/css/tailwind.config.js'),
- require('autoprefixer')({
- path: [themeDir]
- }),
- require('cssnano')({
- preset: 'default',
- }),
- ]
-}
+module.exports = {
+ plugins: [
+ require("tailwindcss")(themeDir + "assets/css/tailwind.config.js"),
+ require("autoprefixer")({
+ path: [themeDir],
+ }),
+ require("cssnano")({
+ preset: "default",
+ }),
+ ],
+};