Skip to content

Commit 381915d

Browse files
committed
added vue select class to whitelist
1 parent acbd6e0 commit 381915d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: postcss.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ const purgecss = postcssPurgecss({
1818
whitelistPatterns: [
1919
/-(leave|enter|appear)(|-(to|from|active))$/, /^(?!(|.*?:)cursor-move).+-move$/, /^router-link(|-exact)-active$/,
2020
/.*multiselect.*/,
21-
/.*vue-slider.*/
21+
/.*vue-slider.*/,
22+
/vs__.*/
2223
]
2324
})
2425

0 commit comments

Comments
 (0)