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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
SQUER Solutions
May 13, 2020
Programming
0
340
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
AI-Driven Legacy Decomposition
squer
0
150
Plural of Platforms
squer
1
88
Demystifying Event Sourcing – A Practical Approach by Shahab Ganji
squer
0
160
Architecting Distributed Systems at Scale — From Pain to Pattern
squer
0
270
Empowering-developers-with-Roslyn.pdf
squer
0
140
Building Event Driven Systems at Scale with Azure Cosmos DB
squer
0
160
Building Event-Driven Systems at Scale with Azure Cosmos DB
squer
0
140
Platform Engineering: It's Not What You Think It Is
squer
0
350
Patterns Of Architectural Modernization
squer
1
520
Other Decks in Programming
See All in Programming
Vuetify 3 → 4 何が変わった?差分と移行ポイント10分まとめ
koukimiura
0
210
車輪の再発明をしよう!PHP で実装して学ぶ、Web サーバーの仕組みと HTTP の正体
h1r0
2
430
生成 AI 時代のスナップショットテストってやつを見せてあげますよ(α版)
ojun9
0
310
Goの型安全性で実現する複数プロダクトの権限管理
ishikawa_pro
2
1.4k
Mastering Event Sourcing: Your Parents Holidayed in Yugoslavia
super_marek
0
120
おれのAgentic Coding 2026/03
tsukasagr
1
110
守る「だけ」の優しいEMを抜けて、 事業とチームを両方見る視点を身につけた話
maroon8021
3
1.5k
CS教育のDX AIによる育成の効率化
niftycorp
PRO
0
170
AI活用のコスパを最大化する方法
ochtum
0
340
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
1.1k
Laravel Nightwatchの裏側 - Laravel公式Observabilityツールを支える設計と実装
avosalmon
1
250
ネイティブアプリとWebフロントエンドのAPI通信ラッパーにおける共通化の勘所
suguruooki
0
210
Featured
See All Featured
Marketing to machines
jonoalderson
1
5.1k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
JAMstack: Web Apps at Ludicrous Speed - All Things Open 2022
reverentgeek
1
400
The Impact of AI in SEO - AI Overviews June 2024 Edition
aleyda
5
780
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Faster Mobile Websites
deanohume
310
31k
Ten Tips & Tricks for a 🌱 transition
stuffmc
0
91
Joys of Absence: A Defence of Solitary Play
codingconduct
1
320
Money Talks: Using Revenue to Get Sh*t Done
nikkihalliwell
0
190
Organizational Design Perspectives: An Ontology of Organizational Design Elements
kimpetersen
PRO
1
650
So, you think you're a good person
axbom
PRO
2
2k
The untapped power of vector embeddings
frankvandijk
2
1.6k
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