
6 changed files with 1516 additions and 3 deletions
File diff suppressed because it is too large
@ -0,0 +1,7 @@ |
|||||
|
{ |
||||
|
"dependencies": { |
||||
|
"@fullhuman/postcss-purgecss": "^4.1.3", |
||||
|
"postcss": "^8.4.14", |
||||
|
"postcss-cli": "^10.0.0" |
||||
|
} |
||||
|
} |
@ -0,0 +1,13 @@ |
|||||
|
module.exports = { |
||||
|
plugins: { |
||||
|
"@fullhuman/postcss-purgecss": { |
||||
|
content: [ |
||||
|
"./assets/js/*.js", |
||||
|
"./content/*.md", |
||||
|
"./layouts/**/*.html", |
||||
|
], |
||||
|
safelist: ["arrow", "tooltip", "tooltip-arrow", "tooltip-inner"], |
||||
|
blocklist: [""], |
||||
|
}, |
||||
|
}, |
||||
|
}; |
Loading…
Reference in new issue