02: The Utility-First Workflow – Tailwind CSS v2.0: From Zero to Production

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

I like how you explain some design concepts along the way when you are styling the components.

zalodias
Автор

Terrific! Bite-sized code-along tuts, perfect to show us how Tailwind makes CSS intuitive and fast. Loved the bonus design tips...already used a few

uquantum
Автор

Excellent tool and the supporting content like this is just amazing

MistaT
Автор

Anyone who want to add autocomplete:
- Install: Tailwind CSS IntelliSense extension in VS code.

- Open your settings.json file then add this to get the intellisense working on all files:

{
"html": "html",
"javascript": "javascript",
"css": "css"
},
"editor.quickSuggestions": {
"strings": true
}

Ismail-hqcq
Автор

Nice, after watching this video I decided to use Tailwind in my new project. thank you!

TheXuism
Автор

i don't understand why the div appears centered in the body, you didn't specified that in any place

juliangzr
Автор

I just noticed this channel is actually Tailwind Labs channel.

deepfuchsia
Автор

I am old enough to remember the < font > HTML tag and people telling me I shouldn't mix styling and markup.
Guess it's full circle now.

vladutcornel
Автор

How did you get Preview inside Vs-code. If anyone knows please tell.

skullcrusher
Автор

Very cool..Keep these kinds of examples coming. they are very useful for learning Tailwind CSS.

fabiothebestlu
Автор

Привіт цікаво переглянула дякую за відео

Наталимоєжиття
Автор

What vscode extensions do you use for tailwind autocompletion? I tried "Tailwind CSS IntelliSense" but it isn't working. Or are you using a different extension/editor?

Arklte
Автор

Very good staff for beginners, thanks

botnarimihail
Автор

Great CSS Framework,
Could you please share your vscode extentions and theme, I really like it.

amedalyousofi
Автор

I am intrigued by the extension name of his html preview. If you don't mind to share it'll be great.

KhadetouDianifabeOfficial
Автор

do i need to install anything in order to have them autocomplete suggestions on vscode? they don't show up for meg

ufufu
Автор

Hi, which preview extension are you using?

MrAdnan
Автор

what was the reason for the inline-block on the a tag?

rorycawley
Автор

thanks, great video to start with TW VERY WELL EXPLAINED THNKS

AriusTigger
Автор

What 's your vscode font name? It's very beautiful

amir_hjr