mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-13 18:16:19 +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,
|
now migrated to MV3 which means its much more secure, and of course,
|
||||||
JavaScript now works again! 🥳
|
JavaScript now works again! 🥳
|
||||||
</NotificationItem>
|
</NotificationItem>
|
||||||
|
<NotificationItem type="ui">
|
||||||
|
Tailwind CSS 2 template has been removed since Extension now supports
|
||||||
|
the lateat Tailwind CSS 3 template.
|
||||||
|
</NotificationItem>
|
||||||
</Notification>
|
</Notification>
|
||||||
|
|
||||||
<Notification version="6.2.0" {...props} isLatest={true}>
|
<Notification version="6.2.0" {...props} isLatest={true}>
|
||||||
|
@ -15,11 +15,6 @@ export default [
|
|||||||
title: 'Preact',
|
title: 'Preact',
|
||||||
img: 'assets/preact-logo.svg'
|
img: 'assets/preact-logo.svg'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: 'tailwind2',
|
|
||||||
title: 'Tailwind CSS 2',
|
|
||||||
img: 'assets/tailwind-logo.svg'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 'tailwind',
|
id: 'tailwind',
|
||||||
title: 'Tailwind CSS 3',
|
title: 'Tailwind CSS 3',
|
||||||
|
Reference in New Issue
Block a user