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