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
82
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
67
Web APIs 2019
orlando
0
110
Managing remote teams
orlando
0
58
How to be a Senior Software Engineer
orlando
0
120
Terraform Workshop
orlando
1
140
Infrastructure as Code with Terraform
orlando
0
270
Concurrencia, Paralelismo y el Event-loop
orlando
0
330
Talking Web Apps
orlando
0
80
Web Launchpad - Chelajs
orlando
0
190
Other Decks in Programming
See All in Programming
sappoRo.R #12 初心者セッション
kosugitti
0
230
XStateを用いた堅牢なReact Components設計~複雑なClient Stateをシンプルに~ @React Tokyo ミートアップ #2
kfurusho
1
770
CI改善もDatadogとともに
taumu
0
110
Djangoアプリケーション 運用のリアル 〜問題発生から可視化、最適化への道〜 #pyconshizu
kashewnuts
1
230
DROBEの生成AI活用事例 with AWS
ippey
0
130
Pulsar2 を雰囲気で使ってみよう
anoken
0
230
SwiftUIで単方向アーキテクチャを導入して得られた成果
takuyaosawa
0
260
Honoのおもしろいミドルウェアをみてみよう
yusukebe
1
200
ASP. NET CoreにおけるWebAPIの最新情報
tomokusaba
0
360
技術を根付かせる / How to make technology take root
kubode
1
240
Grafana Cloudとソラカメ
devoc
0
140
“あなた” の開発を支援する AI エージェント Bedrock Engineer / introducing-bedrock-engineer
gawa
11
1.8k
Featured
See All Featured
Bash Introduction
62gerente
610
210k
GraphQLの誤解/rethinking-graphql
sonatard
68
10k
Designing Experiences People Love
moore
139
23k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.5k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.3k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
8
270
Fireside Chat
paigeccino
34
3.2k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Docker and Python
trallard
44
3.3k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.4k
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