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
Step up the performance game with Spring Boot and Project Leyden
mhalbritter
0
170
型安全RESTで爆速プロトタイピング – Hono RPC実践
tacke_jp
0
110
The Evolution of Enterprise Java with Jakarta EE 11 and Beyond
ivargrimstad
0
380
20250528 AWS Startupイベント登壇資料:AIコーディングの取り組み
procrustes5
0
150
Practical Tips and Tricks for Working with Compose Multiplatform Previews (mDevCamp 2025)
stewemetal
0
110
REST API設計の実践 – ベストプラクティスとその落とし穴
kentaroutakeda
2
350
Julia という言語について (FP in Julia « SIDE: F ») for 関数型まつり2025
antimon2
2
410
Parallel::Pipesの紹介
skaji
2
900
💎 My RubyKaigi Effect in 2025: Top Ruby Companies 🌐
yasulab
PRO
1
130
CSC307 Lecture 17
javiergs
PRO
0
110
バリデーションライブラリ徹底比較
nayuta999999
1
590
Agent Rules as Domain Parser
yodakeisuke
1
450
Featured
See All Featured
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
We Have a Design System, Now What?
morganepeng
52
7.6k
The Language of Interfaces
destraynor
158
25k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
470
Writing Fast Ruby
sferik
628
61k
The Invisible Side of Design
smashingmag
299
50k
Code Reviewing Like a Champion
maltzj
524
40k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.8k
Faster Mobile Websites
deanohume
307
31k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
How STYLIGHT went responsive
nonsquared
100
5.6k
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
munivef@gmail.com