Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
config: update settings purgecss
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Mar 18, 2021
1 parent cfed05e commit 6714254
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ module.exports = {
autoprefixer(),
purgecss({
content: [
'./node_modules/@hyas/doks/layouts/**/*.html',
'./node_modules/@hyas/doks/content/**/*.md',
'./layouts/**/*.html',
'./content/**/*.md',
],
Expand All @@ -19,6 +21,8 @@ module.exports = {
'th',
'td',
...whitelister([
'./node_modules/@hyas/doks/assets/scss/common/_variables.scss',
'./node_modules/@hyas/doks/assets/scss/components/_code.scss',
'./assets/scss/components/_doks.scss',
'./assets/scss/components/_code.scss',
'./assets/scss/components/_search.scss',
Expand Down

0 comments on commit 6714254

Please sign in to comment.