Skip to content

Commit

Permalink
fix: tailwindcss
Browse files Browse the repository at this point in the history
  • Loading branch information
logustra committed May 20, 2021
1 parent d9b4426 commit ab25064
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"@iconify/json": "^1.1.343",
"@intlify/vite-plugin-vue-i18n": "^2.1.2",
"@rollup/plugin-yaml": "^3.0.0",
"@tailwindcss/jit": "^0.1.18",
"@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.0.11",
"@vuedx/typecheck": "^0.6.3",
Expand Down
21 changes: 21 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
plugins: [
require('postcss-import'),
require('@tailwindcss/jit'),
require('autoprefixer')
]
}
1 change: 0 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const colors = require('tailwindcss/colors')

module.exports = {
mode: 'jit',
purge: [
'./index.html',
'./src/**/*.{vue,js,ts}'
Expand Down

0 comments on commit ab25064

Please sign in to comment.