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
42
Building Event Driven Systems at Scale with Azure Cosmos DB
squer
0
57
Building Event-Driven Systems at Scale with Azure Cosmos DB
squer
0
37
Platform Engineering: It's Not What You Think It Is
squer
0
180
Patterns Of Architectural Modernization
squer
1
310
Architecting for Scale
squer
0
150
Platform Engineering: It's Not What You Think It Is
squer
0
170
Platform Engineering— the Good, the Bad, and the Ugly
squer
1
280
Your Platform Monolith is Probably a Bad Idea
squer
1
170
Other Decks in Programming
See All in Programming
密集、ドキュメントのコロケーション with AWS Lambda
satoshi256kbyte
1
210
Bedrock Agentsレスポンス解析によるAgentのOps
licux
3
920
Jakarta EE meets AI
ivargrimstad
0
340
15分で学ぶDuckDBの可愛い使い方 DuckDBの最近の更新
notrogue
3
460
PHPのバージョンアップ時にも役立ったAST
matsuo_atsushi
0
220
sappoRo.R #12 初心者セッション
kosugitti
0
270
苦しいTiDBへの移行を乗り越えて快適な運用を目指す
leveragestech
0
1k
Amazon Q Developer Proで効率化するAPI開発入門
seike460
PRO
0
120
Visual StudioのGitHub Copilotでいろいろやってみる
tomokusaba
1
210
.NET Frameworkでも汎用ホストが使いたい!
tomokusaba
0
200
AIプログラミング雑キャッチアップ
yuheinakasaka
17
4.2k
From the Wild into the Clouds - Laravel Meetup Talk
neverything
0
110
Featured
See All Featured
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.5k
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
Typedesign – Prime Four
hannesfritz
40
2.5k
Practical Orchestrator
shlominoach
186
10k
GitHub's CSS Performance
jonrohan
1030
460k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.7k
Site-Speed That Sticks
csswizardry
4
400
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
10
510
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3k
Unsuck your backbone
ammeep
669
57k
Optimizing for Happiness
mojombo
376
70k
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