repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'renovate/all-minor-patch' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
chargebee
/
postcss.config.ts
blob
89c1044d9b79e36c7065ce35784fc73034347da4
1
const purgecss = require('@fullhuman/postcss-purgecss');
2
3
const config = {
4
plugins: [
5
purgecss({
6
content: ['./**/*.html'],
7
safelist: ['iframe', 'card-input--one-line', 'card-input--two-line', 'icon-error'],
8
}),
9
],
10
};
11
12
module.exports = config;