diff --git a/src/index.css b/src/index.css index 2fae090..bd6213e 100644 --- a/src/index.css +++ b/src/index.css @@ -1,10 +1,3 @@ @tailwind base; @tailwind components; -@tailwind utilities; - -@layer base { - --color-light:rgb(256, 256, 256); - --color-dark:rgb(0, 0, 0); - - --color-background:var(--color-light); -} \ No newline at end of file +@tailwind utilities; \ No newline at end of file diff --git a/tailwind.config.js b/tailwind.config.js index 46296db..cc45778 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -10,9 +10,6 @@ export default { ], theme: { extend: { - colors: { - var_background: "var(--color-background)" - } }, }, plugins: [],