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:
-rw-r--r--assets/css/postcss.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/postcss.config.js b/assets/css/postcss.config.js
index d98b19a..497f350 100644
--- a/assets/css/postcss.config.js
+++ b/assets/css/postcss.config.js
@@ -15,6 +15,7 @@ module.exports = {
themeDir + 'exampleSite/content/**/*.html',
'layouts/**/*.html',
'content/**/*.html',
+ 'content/**/*.md',
],
// Include any special characters you're using in this regular expression
defaultExtractor: content => content.match(/[\w-/:]+(?<!:)/g) || [],