diff options
author | William Carroll <wpcarro@gmail.com> | 2019-11-19T18·36-0300 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-11-19T18·36-0300 |
commit | dbde1a1ef9865dfb180c9e42e1cc696dfd19554c (patch) | |
tree | f32056d54e7aa9f52e9ed5376850e524f541254f /postcss.config.js | |
parent | 693a189ffaacebd82646f1d03f0577c555f26cb3 (diff) |
Hugo theme (#1)
Diffstat (limited to 'postcss.config.js')
-rw-r--r-- | postcss.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postcss.config.js b/postcss.config.js index e4fec19093b3..6efcb774fa7c 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,5 +1,5 @@ const purgecss = require('@fullhuman/postcss-purgecss')({ - content: ['./public/**/*.html'], + content: ['./layouts/**/*.html'], defaultExtractor: content => content.match(/[A-Za-z0-9-_:/]+/g) || [] }) |