From 07ca16f41c53eccf4a9b959bd4e4656a987d8199 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Tue, 25 Apr 2023 17:53:24 -0600 Subject: AƱade listado de productos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tailwind.config.js | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tailwind.config.js') diff --git a/tailwind.config.js b/tailwind.config.js index d36f1b1..ab4c580 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -5,15 +5,6 @@ export default { "./src/**/*.{js,ts,jsx,tsx}", "./node_modules/tw-elements/dist/js/**/*.js" ], - theme: { - extend: { - colors: { - blue: { - 600: "#394490" - } - } - }, - }, plugins: [require("tw-elements/dist/plugin.cjs")], } -- cgit v1.2.3