Skip to content

Commit e0e6074

Browse files
committed
Add Vuetify and Tailwind CSS
1 parent 134e980 commit e0e6074

File tree

14 files changed

+1396
-139
lines changed

14 files changed

+1396
-139
lines changed

.postcssrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module.exports = {
22
plugins: {
3+
tailwindcss: './src/styles/tailwind.js',
34
autoprefixer: {},
45
},
56
};

babel.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
module.exports = {
22
presets: [
3-
'@vue/app',
3+
[
4+
'@vue/app',
5+
{
6+
useBuiltIns: 'entry',
7+
},
8+
],
49
],
510
};

0 commit comments

Comments
 (0)