diff --git a/index.html b/index.html index dde16aa..c48ee50 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ Vite + Vue + TS +
diff --git a/postcss.config.cjs b/postcss.config.cjs new file mode 100644 index 0000000..33ad091 --- /dev/null +++ b/postcss.config.cjs @@ -0,0 +1,6 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} diff --git a/src/App.vue b/src/App.vue index 1ea1f65..ed419a1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,9 +1,9 @@ diff --git a/src/components/contacts.vue b/src/components/contacts.vue index 3477621..214992e 100644 --- a/src/components/contacts.vue +++ b/src/components/contacts.vue @@ -15,12 +15,12 @@ const contacts =[ diff --git a/src/components/feed.vue b/src/components/feed.vue index 8fcc3b0..eb7407c 100644 --- a/src/components/feed.vue +++ b/src/components/feed.vue @@ -55,7 +55,7 @@