diff --git a/package.json b/package.json index bd90834..1968bb4 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ }, "dependencies": { "core-js": "^3.6.5", + "tailwindcss": "^1.8.5", "vue": "^2.6.11" }, "devDependencies": { 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 55df315..b0fd71c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -16,13 +16,4 @@ export default { } - +