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

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/dev/postcss.config.js')
-rw-r--r--assets/css/dev/postcss.config.js30
1 files changed, 15 insertions, 15 deletions
diff --git a/assets/css/dev/postcss.config.js b/assets/css/dev/postcss.config.js
index f62884a..48e0498 100644
--- a/assets/css/dev/postcss.config.js
+++ b/assets/css/dev/postcss.config.js
@@ -8,21 +8,21 @@ module.exports = {
require('tailwindcss')(themeDir + 'assets/css/tailwind.config.js'),
// Configuration of purgecss for Tailwindcss
// see https://tailwindcss.com/docs/controlling-file-size/#setting-up-purgecss
- require('@fullhuman/postcss-purgecss')({
- // Specify the paths to all of the template files in your project
- content: [
- themeDir + 'layouts/**/*.html',
- themeDir + 'exampleSite/content/**/*.html',
- 'layouts/**/*.html',
- 'content/**/*.html',
- 'content/**/*.md',
- '**/*.md',
- ],
- // Include any special characters you're using in this regular expression
- defaultExtractor: content => content.match(/[\w-/:]+(?<!:)/g) || [],
- fontFace: true,
- whitelistPatternsChildren: [/article/]
- }),
+ // require('@fullhuman/postcss-purgecss')({
+ // // Specify the paths to all of the template files in your project
+ // content: [
+ // themeDir + 'layouts/**/*.html',
+ // themeDir + 'exampleSite/content/**/*.html',
+ // 'layouts/**/*.html',
+ // 'content/**/*.html',
+ // 'content/**/*.md',
+ // '**/*.md',
+ // ],
+ // // Include any special characters you're using in this regular expression
+ // defaultExtractor: content => content.match(/[\w-/:]+(?<!:)/g) || [],
+ // fontFace: true,
+ // safelist: [/article/]
+ // }),
require('autoprefixer')({
grid: true
}),