1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-12 20:15:10 +02:00

add tailwind2 template

This commit is contained in:
Kushagra Gour
2024-04-16 13:15:06 +05:30
parent 30d007afa2
commit a69117c318
3 changed files with 24 additions and 2 deletions

View File

@@ -15,9 +15,14 @@ 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',
title: 'Tailwind CSS 3',
img: 'assets/tailwind-logo.svg'
},
{