We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af4ee6 commit 97ca92dCopy full SHA for 97ca92d
src/.vuepress/config/postcss.js
@@ -22,10 +22,12 @@ if (process.env.NODE_ENV !== 'development') {
22
'mode-dark',
23
'mode-sepia',
24
'icon',
25
- 'outbound'
+ 'outbound',
26
+ 'DocSearch'
27
],
28
whitelistPatterns: [
- /set-/
29
+ /set-/,
30
+ /DocSearch-/
31
32
whitelistPatternsChildren: [
33
/content__default$/,
tailwind.config.js
@@ -1,7 +1,8 @@
1
module.exports = {
2
purge: false,
3
future: {
4
- removeDeprecatedGapUtilities: true
+ removeDeprecatedGapUtilities: true,
5
+ purgeLayersByDefault: true
6
},
7
theme: {
8
extend: {
0 commit comments