|
| 1 | +import { simonswiss } from '@/authors' |
| 2 | +import image from './card.jpg' |
| 3 | + |
| 4 | +export const meta = { |
| 5 | + title: `"Tailwind CSS: From Zero to Production" on YouTube`, |
| 6 | + description: `Today we're excited to release Tailwind CSS: From Zero to Production, a new screencast series that teaches you everything you need to know to go from zero to production with Tailwind CSS v2.0.`, |
| 7 | + date: '2021-02-16:00:00.000Z', |
| 8 | + authors: [simonswiss], |
| 9 | + image, |
| 10 | + footer: ` |
| 11 | + <p> |
| 12 | + What are you waiting for? |
| 13 | + <a href="https://www.youtube.com/watch?v=elgqxmdVms8&list=PL5f_mz_zU5eXWYDXHUDOLBE0scnuJofO0&index=1" class="font-medium text-teal-500 hover:text-teal-600"> |
| 14 | + Start watching → |
| 15 | + </a> |
| 16 | + </p> |
| 17 | + `, |
| 18 | +} |
| 19 | + |
| 20 | +Today we're excited to release [Tailwind CSS: From Zero to Production](https://www.youtube.com/watch?v=elgqxmdVms8&list=PL5f_mz_zU5eXWYDXHUDOLBE0scnuJofO0&index=1), a new screencast series that teaches you everything you need to know to get up and running with Tailwind CSS v2.0 from scratch. |
| 21 | + |
| 22 | +<!--more--> |
| 23 | + |
| 24 | +<div className="relative pb-9/16"> |
| 25 | + <iframe |
| 26 | + className="absolute inset-0 h-full w-full" |
| 27 | + src="https://www.youtube.com/embed/elgqxmdVms8" |
| 28 | + frameBorder="0" |
| 29 | + allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" |
| 30 | + allowFullScreen |
| 31 | + ></iframe> |
| 32 | +</div> |
| 33 | + |
| 34 | +It's an eight-part series totaling 1.5 hours of content, and walks you through everything from the initial setup process, to building out a responsive design with utility classes, to customizing your design system, to optimizing for production with PurgeCSS. |
| 35 | + |
| 36 | +1. [Setting Up Tailwind CSS](https://www.youtube.com/watch?v=qYgogv4R8zg) |
| 37 | +2. [The Utility-First Workflow](https://www.youtube.com/watch?v=UvF56fPGVt4) |
| 38 | +3. [Responsive Design](https://www.youtube.com/watch?v=hX1zUdj4Dw4) |
| 39 | +4. [Hover, Focus and Other States](://www.youtube.com/watch?v=5_BPDve5-3M) |
| 40 | +5. [Composing Utilities with @apply](https://www.youtube.com/watch?v=TrftauE2Vyk) |
| 41 | +6. [Extracting Reusable Components](://www.youtube.com/watch?v=v-mkUxhaFVA) |
| 42 | +7. [Customizing Your Design System](https://www.youtube.com/watch?v=0l0Gx8gWPHk) |
| 43 | +8. [Optimizing for Production](https://www.youtube.com/watch?v=HZn2LtBT59w) |
| 44 | + |
| 45 | +Watch the series [on YouTube](https://www.youtube.com/watch?v=elgqxmdVms8&list=PL5f_mz_zU5eXWYDXHUDOLBE0scnuJofO0&index=1) and [grab the source code](https://github.com/tailwindlabs/tailwindcss-from-zero-to-production) for each lesson on GitHub. |
0 commit comments