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/tailwind.config.js')
-rw-r--r--assets/css/tailwind.config.js16
1 files changed, 6 insertions, 10 deletions
diff --git a/assets/css/tailwind.config.js b/assets/css/tailwind.config.js
index 405b7b0..43fad44 100644
--- a/assets/css/tailwind.config.js
+++ b/assets/css/tailwind.config.js
@@ -2,15 +2,12 @@ const themeDir = __dirname + '/../../';
module.exports = {
important: true,
- purge: {
- enabled: process.env.HUGO_ENVIRONMENT === 'production',
- content: [
- themeDir + 'layouts/**/*.html',
- themeDir + 'exampleSite/content/**/*.html',
- 'layouts/**/*.html',
- 'content/**/*.html',
- ],
- },
+ content: [
+ themeDir + 'layouts/**/*.html',
+ themeDir + 'exampleSite/content/**/*.html',
+ 'layouts/**/*.html',
+ 'content/**/*.html',
+ ],
theme: {
fontFamily: {
'serif': ['Lora', 'Noto Serif SC', 'serif'],
@@ -52,7 +49,6 @@ module.exports = {
}
}
},
- variants: {},
plugins: [
require('tailwindcss-rtl')
]