From 9e7182f2474f6e57004a8dd4fb904b11e1d77ec4 Mon Sep 17 00:00:00 2001 From: Corey Date: Tue, 26 May 2020 09:33:49 +0800 Subject: [PATCH] Added icon, removed custom forms --- src/index.html | 30 +++++++++++++++++++++++++++--- tailwind.config.js | 4 +++- 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/src/index.html b/src/index.html index 995f28a..1e80493 100644 --- a/src/index.html +++ b/src/index.html @@ -43,7 +43,7 @@ diff --git a/tailwind.config.js b/tailwind.config.js index 8554b13..8fb53af 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -9,5 +9,7 @@ module.exports = { variants: { // Some useful comment }, - plugins: [require("@tailwindcss/custom-forms")], + plugins: [ + // Some useful comment + ], };