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:
@ -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}>
|
||||
|
@ -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',
|
||||
|
Reference in New Issue
Block a user