Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Tailwind - Decluttering CSS
Search
SQUER Solutions
May 13, 2020
Programming
0
310
Tailwind - Decluttering CSS
Munich Frontend Developers Meetup May
SQUER Solutions
May 13, 2020
Tweet
Share
More Decks by SQUER Solutions
See All by SQUER Solutions
Empowering-developers-with-Roslyn.pdf
squer
0
54
Building Event Driven Systems at Scale with Azure Cosmos DB
squer
0
68
Building Event-Driven Systems at Scale with Azure Cosmos DB
squer
0
50
Platform Engineering: It's Not What You Think It Is
squer
0
200
Patterns Of Architectural Modernization
squer
1
340
Architecting for Scale
squer
0
160
Platform Engineering: It's Not What You Think It Is
squer
0
180
Platform Engineering— the Good, the Bad, and the Ugly
squer
1
290
Your Platform Monolith is Probably a Bad Idea
squer
1
180
Other Decks in Programming
See All in Programming
The Weight of Data: Rethinking Cloud-Native Systems for the Age of AI
hollycummins
0
240
Denoでフロントエンド開発 2025年春版 / Frontend Development with Deno (Spring 2025)
petamoriken
1
1.3k
アーキテクトと美学 / Architecture and Aesthetics
nrslib
12
3.2k
AI Agents with JavaScript
slobodan
0
200
custom_lintで始めるチームルール管理
akaboshinit
0
200
Building a macOS screen saver with Kotlin (Android Makers 2025)
zsmb
1
110
Signal-Based Data FetchingWith the New httpResource
manfredsteyer
PRO
0
130
Going Structural with Named Tuples
bishabosha
0
190
gen_statem - OTP's Unsung Hero
whatyouhide
1
190
DomainException と Result 型で作る型安全なエラーハンドリング
karszawa
0
850
Fluent UI Blazor 5 (alpha)の紹介
tomokusaba
0
160
remix + cloudflare workers (DO) docker上でいい感じに開発する
yoshidatomoaki
0
120
Featured
See All Featured
Fireside Chat
paigeccino
37
3.4k
Speed Design
sergeychernyshev
28
870
Become a Pro
speakerdeck
PRO
27
5.2k
Into the Great Unknown - MozCon
thekraken
36
1.7k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.3k
Producing Creativity
orderedlist
PRO
344
40k
How to Think Like a Performance Engineer
csswizardry
22
1.5k
A better future with KSS
kneath
239
17k
Java REST API Framework Comparison - PWX 2021
mraible
29
8.5k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
227
22k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
118
51k
Transcript
@duffleit Tailwind decluttering CSS . Munich Frontend Developers Meetup May
David Leitner - @duffleit
@duffleit Tailwind CSS is a highly customizable, low-level CSS framework
that gives you all of the building blocks you need to build bespoke designs without any annoying opinionated styles you have to fight to override.
@duffleit Let’s code it
@duffleit
@duffleit Benefits: • No Naming Things • No Context Switching
• No distributed media-queries • Out-of-the-box consistency (spacing, colors, …)
@duffleit And what about Separation of Concerns?
@duffleit Maintaining css is hard, editing html is easy.
Tailwind is an API for your design system. ✂ Solve duplication by extracting components. Ensure to purge your CSS.
@duffleit @duffleit @duffleit @duffleit David Leitner Lead Engineer