99 </ head >
1010 < body class ="bg-gray-50 ">
1111 < div
12- class ="bg-gradient-to-r from-red-400 to-pink-400 px-20 pt-20 pb-44 text-center "
12+ class ="bg-gradient-to-r from-red-400 to-pink-400 px-20 pb-44 pt-20 text-center "
1313 >
1414 < h1 class ="hero-heading ">
1515 < a href ="./ " class ="text-inherit no-underline "
1616 > Gulp with TailwindCSS v3 Kit</ a
1717 >
1818 </ h1 >
1919 < p class ="mb-10 w-full text-center text-xl leading-5 text-white ">
20- Updated with Tailwind v3.2+ , PostCSS v8.0+
20+ Updated with Tailwind v3.3 , PostCSS v8.0+
2121 </ p >
2222
2323 < div class ="space-x-3 ">
2424 < a
25- class ="rounded-full border border-white/40 bg-white/40 py-2 px-5 text-sm font-medium text-white hover:bg-white/50 focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-white/50 active:bg-white/70 dark:border-slate-700 dark:bg-slate-900 dark:hover:bg-slate-800 "
25+ class ="rounded-full border border-white/40 bg-white/40 px-5 py-2 text-sm font-medium text-white hover:bg-white/50 focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-white/50 active:bg-white/70 dark:border-slate-700 dark:bg-slate-900 dark:hover:bg-slate-800 "
2626 href ="https://gulp-with-tailwindcss.com/ "
2727 target ="_blank "
2828 > Documentation</ a
2929 >
3030
3131 < a
32- class ="rounded-full border border-white/40 bg-white/40 py-2 px-5 text-sm font-medium text-white hover:bg-white/50 focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-white/50 active:bg-white/70 dark:border-slate-700 dark:bg-slate-900 dark:hover:bg-slate-800 "
32+ class ="rounded-full border border-white/40 bg-white/40 px-5 py-2 text-sm font-medium text-white hover:bg-white/50 focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-white/50 active:bg-white/70 dark:border-slate-700 dark:bg-slate-900 dark:hover:bg-slate-800 "
3333 href ="https://github.com/lazymozek/gulp-with-tailwindcss "
3434 target ="_blank "
3535 > Github</ a
@@ -73,13 +73,6 @@ <h3>Features</h3>
7373 > @tailwindcss/forms</ a
7474 >
7575 </ li >
76- < li >
77- < a
78- target ="_blank "
79- href ="https://github.com/tailwindlabs/tailwindcss-line-clamp "
80- > @tailwindcss/line-clamp</ a
81- >
82- </ li >
8376 < li >
8477 < a
8578 target ="_blank "
@@ -94,6 +87,16 @@ <h3>Features</h3>
9487 > @tailwindcss/container-queries</ a
9588 >
9689 </ li >
90+ < li >
91+ < span class ="line-through ">
92+ < a
93+ target ="_blank "
94+ href ="https://github.com/tailwindlabs/tailwindcss-line-clamp "
95+ > @tailwindcss/line-clamp</ a
96+ >
97+ </ span >
98+ - Added by default in Tailwind v3.3 release
99+ </ li >
97100 </ ul >
98101 </ ul >
99102 </ div >
0 commit comments