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
What's atomic CSS?
Search
Freddy Munive
May 02, 2020
Programming
0
120
What's atomic CSS?
Atomic css are functionals css, reuseable, easy to use and maintain.
Freddy Munive
May 02, 2020
Tweet
Share
Other Decks in Programming
See All in Programming
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
230
Rubyでやりたい駆動開発 / Ruby driven development
chobishiba
1
660
初学者でも今すぐできる、Claude Codeの生産性を10倍上げるTips
s4yuba
16
11k
Result型で“失敗”を型にするPHPコードの書き方
kajitack
5
610
「テストは愚直&&網羅的に書くほどよい」という誤解 / Test Smarter, Not Harder
munetoshi
0
150
PHPで始める振る舞い駆動開発(Behaviour-Driven Development)
ohmori_yusuke
2
350
PostgreSQLのRow Level SecurityをPHPのORMで扱う Eloquent vs Doctrine #phpcon #track2
77web
2
510
WebViewの現在地 - SwiftUI時代のWebKit - / The Current State Of WebView
marcy731
0
110
Quand Symfony, ApiPlatform, OpenAI et LangChain s'allient pour exploiter vos PDF : de la théorie à la production…
ahmedbhs123
0
150
20250628_非エンジニアがバイブコーディングしてみた
ponponmikankan
0
670
CursorはMCPを使った方が良いぞ
taigakono
1
250
すべてのコンテキストを、 ユーザー価値に変える
applism118
3
1.2k
Featured
See All Featured
Art, The Web, and Tiny UX
lynnandtonic
299
21k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
How GitHub (no longer) Works
holman
314
140k
Visualization
eitanlees
146
16k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
How to train your dragon (web standard)
notwaldorf
94
6.1k
Raft: Consensus for Rubyists
vanstee
140
7k
Code Review Best Practice
trishagee
69
18k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
A better future with KSS
kneath
239
17k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
The Cult of Friendly URLs
andyhume
79
6.5k
Transcript
Atomic / utility CSS
- What’s atomic CSS? 2 - How does it use?
- Which are its advantages and disadvantages?
What’s atomic CSS? A practice to define single-purpose classes which
names are based in visual function. More info https://css-tricks.com/lets-define-exactly-atomic-css/ 3
<div class="card">A card</div> 4
<div class="card">A card</div> 5
<div class="card">A card</div> 6 <div class="padding-sm border-radius-sm bgc-white"></div>
Why? 7
Let’s see an example with Tailwind CSS
For default or all
For small devices
For middle devices
For large devices
For extra-large devices
Which are its advantages? ⬡ Easy to use and maintain.
⬡ Reusable css ⬡ It’s perfect to responsive web design. 14
Which are its disadvantages? ⬡ It takes much time to
implement. ⬡ Fill too much classes in HTML. ⬡ You must to learn a framework css. 15
“To resume: 16 More info https://medium.com/better-programming/functional-css-meet-tailwind-css-3897da4b63a2 Atomic css are functionals
css, reuseable, easy to use and maintain.
17 Thanks! Any questions? You can find me at: @freddy_munive
[email protected]