diff --git a/assets/css/tailwind.pcss b/assets/css/tailwind.pcss new file mode 100644 index 0000000..b5c61c9 --- /dev/null +++ b/assets/css/tailwind.pcss @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; diff --git a/package.json b/package.json index 80b81b5..0c654cd 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,11 @@ "lint": "vue-cli-service lint" }, "dependencies": { + "@tailwindcss/postcss7-compat": "^2.0.2", + "autoprefixer": "^9", "core-js": "^3.6.5", + "postcss": "^7", + "tailwindcss": "npm:@tailwindcss/postcss7-compat", "vue": "^2.6.11", "vue-class-component": "^7.2.3", "vue-property-decorator": "^9.1.2", diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..378bc50 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,5 @@ +module.exports = { + plugins: [ + require('tailwindcss') + ] +} diff --git a/src/App.vue b/src/App.vue index d3e2cd8..71b5169 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,3 +3,5 @@ + +