1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-12 17:46:26 +02:00

remove tailwind 2 template

This commit is contained in:
Kushagra Gour
2024-05-10 16:08:19 +05:30
parent 513bdb90e5
commit 4c2ec6e744
2 changed files with 4 additions and 5 deletions

View File

@ -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! 🥳
</NotificationItem>
<NotificationItem type="ui">
Tailwind CSS 2 template has been removed since Extension now supports
the lateat Tailwind CSS 3 template.
</NotificationItem>
</Notification>
<Notification version="6.2.0" {...props} isLatest={true}>

View File

@ -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',