Skip to content

Commit

Permalink
chore: do not purge css of ui components
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed May 11, 2022
1 parent 49de1f2 commit de73e35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module.exports = {
content: [
"./docs/**/*.{vue,js,ts,jsx,tsx,scss,md}",
"./docs/.vuepress/theme/components/*.{vue,js,ts,jsx,tsx,scss,md}",
"./node_modules/@discue/ui-components/dist/ui.common.js",
"./node_modules/@discue/ui-components/dist/internal/internal.common.js",
],
theme: {
extend: {},
Expand Down

0 comments on commit de73e35

Please sign in to comment.