-
+
+
-
diff --git a/tailwind.config.js b/tailwind.config.js
index 334344e..c7cc2f9 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -1,7 +1,6 @@
/** @type {import('tailwindcss').Config} */
export default {
- content: [],
- purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
+ content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
fontFamily: {
'titles': ['Poppins', 'serif'],