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
Libsass and why it matters
Search
Orlando Del Aguila
April 17, 2014
Programming
0
86
Libsass and why it matters
A lighting talk about Libsass and why you should use it instead of rubysass
Orlando Del Aguila
April 17, 2014
Tweet
Share
More Decks by Orlando Del Aguila
See All by Orlando Del Aguila
Open Source + Nonprofits = 💪
orlando
0
81
Web APIs 2019
orlando
0
130
Managing remote teams
orlando
0
67
How to be a Senior Software Engineer
orlando
0
140
Terraform Workshop
orlando
1
160
Infrastructure as Code with Terraform
orlando
0
280
Concurrencia, Paralelismo y el Event-loop
orlando
0
350
Talking Web Apps
orlando
0
96
Web Launchpad - Chelajs
orlando
0
210
Other Decks in Programming
See All in Programming
VS Code Update for GitHub Copilot
74th
2
650
10 Costly Database Performance Mistakes (And How To Fix Them)
andyatkinson
0
340
AI時代のソフトウェア開発を考える(2025/07版) / Agentic Software Engineering Findy 2025-07 Edition
twada
PRO
87
29k
Composerが「依存解決」のためにどんな工夫をしているか #phpcon
o0h
PRO
1
260
効率的な開発手段として VRTを活用する
ishkawa
0
140
なぜ「共通化」を考え、失敗を繰り返すのか
rinchoku
1
650
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
590
Goで作る、開発・CI環境
sin392
0
230
チームのテスト力を総合的に鍛えて品質、スピード、レジリエンスを共立させる/Testing approach that improves quality, speed, and resilience
goyoki
5
880
Hack Claude Code with Claude Code
choplin
4
2.1k
AIと”コードの評価関数”を共有する / Share the "code evaluation function" with AI
euglena1215
1
170
0626 Findy Product Manager LT Night_高田スライド_speaker deck用
mana_takada
0
170
Featured
See All Featured
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.9k
Rails Girls Zürich Keynote
gr2m
95
14k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
KATA
mclloyd
30
14k
How to Ace a Technical Interview
jacobian
278
23k
How to train your dragon (web standard)
notwaldorf
95
6.1k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Agile that works and the tools we love
rasmusluckow
329
21k
The Invisible Side of Design
smashingmag
301
51k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.4k
A Tale of Four Properties
chriscoyier
160
23k
Balancing Empowerment & Direction
lara
1
430
Transcript
@odelaguila
None
We! are! Hiring
Libsass and why it matters
LibSass
None
brew install sassc
git clone
[email protected]
:hcatlin/sassc.git cd sassc git submodule init && git
submodule update make sudo ln -s $(pwd)/bin/sassc /usr/bin/sassc
compass sass/main.scss 2.77s user 0.12s cpu 2.896 total ! sassc
sass/main.scss 0.23s user 0.03s cpu 0.298 total
compass sass/main.scss cpu 2.896 total ! sassc sass/main.scss cpu 0.298
total
cpu 2.896 total ! cpu 0.298 total
wow much speed so fast
None
Works with node
None
None
doesn’t with ruby
None
Thanks