{
render() {
return (
<>
+
+
+
+
+
+
{/* header content */}
@@ -302,6 +325,8 @@ export default class Demo extends React.Component {
+
+
diff --git a/postcss.config.js b/postcss.config.js
deleted file mode 100644
index 33ad091..0000000
--- a/postcss.config.js
+++ /dev/null
@@ -1,6 +0,0 @@
-module.exports = {
- plugins: {
- tailwindcss: {},
- autoprefixer: {},
- },
-}
diff --git a/styles/globals.css b/styles/globals.css
index 7566f1a..e79dc1b 100644
--- a/styles/globals.css
+++ b/styles/globals.css
@@ -82,8 +82,4 @@ p {
font-size: 1em;
}
- }
-
- @tailwind base;
-@tailwind components;
-@tailwind utilities;
\ No newline at end of file
+ }
\ No newline at end of file
diff --git a/tailwind.config.js b/tailwind.config.js
deleted file mode 100644
index 5ec9672..0000000
--- a/tailwind.config.js
+++ /dev/null
@@ -1,10 +0,0 @@
-module.exports = {
- content: [
- "./pages/**/*.{js,ts,jsx,tsx}",
- "./components/**/*.{js,ts,jsx,tsx}"
- ],
- theme: {
- extend: {},
- },
- plugins: [],
-}