diff --git a/package.json b/package.json index 3eb66e1..2847b2a 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,7 @@ "description": "www.showbrigde.io", "main": "index.js", "scripts": { - "tailwind": "tailwindcss build -i tailwind.css -o src/assets/css/tailwind.css", - "dev": "http-server src/", - "tailwind:dev": "tailwindcss build -i tailwind.css -o src/assets/css/tailwind.css --watch" + "dev": "http-server src/" }, "author": { "name": "Joel Wetzell", diff --git a/src/index.html b/src/index.html index ff31c70..537aced 100644 --- a/src/index.html +++ b/src/index.html @@ -26,8 +26,9 @@ - + +
diff --git a/tailwind.config.js b/tailwind.config.js deleted file mode 100644 index e33e85a..0000000 --- a/tailwind.config.js +++ /dev/null @@ -1,8 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -module.exports = { - content: ['src/**/*.html'], - theme: { - extend: {}, - }, - plugins: [], -}; diff --git a/tailwind.css b/tailwind.css deleted file mode 100644 index b5c61c9..0000000 --- a/tailwind.css +++ /dev/null @@ -1,3 +0,0 @@ -@tailwind base; -@tailwind components; -@tailwind utilities;