Tailwind: Difference between revisions
Jump to navigation
Jump to search
Lsokolowski1 (talk | contribs) mNo edit summary |
Lsokolowski1 (talk | contribs) mNo edit summary |
||
| Line 17: | Line 17: | ||
== Introduction == | == Introduction == | ||
* Developed by engineer Adam Wathan | * Developed by engineer ''Adam Wathan'' | ||
** ''"A CSS framework for building user interfaces"'' | ** ''"A CSS framework for building user interfaces"'' | ||
* | ** can be composed to build any design, directly in our markup | ||
** | ** unapologetically modern | ||
** ''' | * It has all we need: | ||
** | ** Responsive design, Filters, Dark mode, CSS variables, P3 colors | ||
** CSS grid layout, Transitions and animations, Cascade layers | |||
** Logical properties, Container queries, Gradients, 3D transforms | |||
* Alternatives? | |||
** Bootstrap CSS (or it's clones, like ''ng-bootstrap'') | |||
** vanillaframework.io | |||
=== Intro Con't === | |||
Ship faster and smaller. | |||
text-base | |||
text-gray-950 | |||
Tailwind automatically removes all unused CSS when building for production, which means your final CSS bundle is the smallest it could possibly be. In fact, most Tailwind projects ship less than 10kB of CSS to the client. | |||
Build whatever you want, without touching your CSS file. | |||
text-base | |||
text-gray-950 | |||
Because Tailwind is so low-level, it never encourages you to design the same site twice. Some of your favorite sites are built with Tailwind, and you probably had no idea. | |||
Move even faster with Tailwind Plus. | |||
text-base | |||
text-gray-950 | |||
Tailwind Plus is a collection of beautiful, fully responsive UI components, designed and developed by us, the creators of Tailwind CSS. It's got hundreds of ready-to-use examples to choose from, and is guaranteed to help you find the perfect starting point for what you want to build. | |||
Templates, UI Blocks, UI Kit | |||
Revision as of 21:34, 26 January 2026
THIS IS A DRAFT
This text may not be complete.
- title
- Tailwind Training Course
- author
- Lukasz Sokolowski
Tailwind
Tailwind Training Materials
Copyright Notice
Copyright © 2004-2026 by NobleProg Limited All rights reserved.
This publication is protected by copyright, and permission must be obtained from the publisher prior to any prohibited reproduction, storage in a retrieval system, or transmission in any form or by any means, electronic, mechanical, photocopying, recording, or likewise.
Introduction
- Developed by engineer Adam Wathan
- "A CSS framework for building user interfaces"
- can be composed to build any design, directly in our markup
- unapologetically modern
- It has all we need:
- Responsive design, Filters, Dark mode, CSS variables, P3 colors
- CSS grid layout, Transitions and animations, Cascade layers
- Logical properties, Container queries, Gradients, 3D transforms
- Alternatives?
- Bootstrap CSS (or it's clones, like ng-bootstrap)
- vanillaframework.io
Intro Con't
Ship faster and smaller. text-base text-gray-950 Tailwind automatically removes all unused CSS when building for production, which means your final CSS bundle is the smallest it could possibly be. In fact, most Tailwind projects ship less than 10kB of CSS to the client.
Build whatever you want, without touching your CSS file. text-base text-gray-950 Because Tailwind is so low-level, it never encourages you to design the same site twice. Some of your favorite sites are built with Tailwind, and you probably had no idea.
Move even faster with Tailwind Plus. text-base text-gray-950 Tailwind Plus is a collection of beautiful, fully responsive UI components, designed and developed by us, the creators of Tailwind CSS. It's got hundreds of ready-to-use examples to choose from, and is guaranteed to help you find the perfect starting point for what you want to build. Templates, UI Blocks, UI Kit