From f76f2d4133977abcb999d4cddf053cd3c169ec35 Mon Sep 17 00:00:00 2001 From: shreyas20003 Date: Sun, 11 Feb 2024 11:13:58 +0530 Subject: [PATCH] add link to hacktoberfest text --- index.html | 9 +++++++-- tailwind.config.js | 4 +++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index cde17b1..30b915c 100644 --- a/index.html +++ b/index.html @@ -69,8 +69,13 @@

- What is Hacktoberfest - ?

+ What is + Hacktoberfest + ? +

+ + +

Hacktoberfest is an annual celebration of open source during the month diff --git a/tailwind.config.js b/tailwind.config.js index 5b072de..0f1c1b1 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -4,5 +4,7 @@ module.exports = { theme: { extend: {}, }, - plugins: [], + plugins: [ + require('tailwindcss-transforms') + ], } \ No newline at end of file