Skip to content

Commit

Permalink
fix(common): add purple to safelist (#961) (#962)
Browse files Browse the repository at this point in the history
Co-authored-by: 戣蓦 <mcdaddychen@126.com>
  • Loading branch information
erda-bot and McDaddy authored Aug 17, 2021
1 parent 7b2c818 commit 931304c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ module.exports = {
enabled: process.env.NODE_ENV === 'production',
content: ['./app/**/*.tsx', './app/**/*.jsx'],
options: {
safelist: [/red/, /blue/, /yellow/, /green/, /orange/, /gray/, /cyan/, /grey/, /white/, /flex-\d/],
safelist: [/red/, /blue/, /yellow/, /green/, /orange/, /gray/, /cyan/, /grey/, /white/, /purple/, /flex-\d/],
},
},
};

0 comments on commit 931304c

Please # to comment.