From 4c2ec6e74495cefa79b174feb6011a4a25ad2dbc Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Fri, 10 May 2024 16:08:19 +0530 Subject: [PATCH] remove tailwind 2 template --- src/components/Changelog.jsx | 4 ++++ src/templateList.js | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/components/Changelog.jsx b/src/components/Changelog.jsx index 3804467..ddd40e6 100644 --- a/src/components/Changelog.jsx +++ b/src/components/Changelog.jsx @@ -113,6 +113,10 @@ export function Changelog(props) { now migrated to MV3 which means its much more secure, and of course, JavaScript now works again! 🥳 + + Tailwind CSS 2 template has been removed since Extension now supports + the lateat Tailwind CSS 3 template. + diff --git a/src/templateList.js b/src/templateList.js index 64de838..c429ed7 100644 --- a/src/templateList.js +++ b/src/templateList.js @@ -15,11 +15,6 @@ export default [ title: 'Preact', img: 'assets/preact-logo.svg' }, - { - id: 'tailwind2', - title: 'Tailwind CSS 2', - img: 'assets/tailwind-logo.svg' - }, { id: 'tailwind', title: 'Tailwind CSS 3',