Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit 709df23

Browse files
committed
Rework blog post
1 parent b20373f commit 709df23

File tree

4 files changed

+45
-47
lines changed

4 files changed

+45
-47
lines changed
Loading
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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.
Binary file not shown.

src/pages/tailwindcss-up-and-running-on-youtube/index.mdx

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)