SlideShare a Scribd company logo
Lightning Fast Sass
Chris Eppstein
● Sass Core Team
● Numerous open source projects
● Open Source @ LinkedIn
Hashtags and Feedback
Twitter: @chriseppstein, @SassCSS
Hashtag: #fronteers15sass
Bro, Ruby is slow.
-DHH, probably
Yes, it is very slow.
-Matz, maybe?
My Stylesheet takes >1s to Compile
-Every Sass User
3GHz CPU =
3,000,000,000
clock cycles
1 second is an eternity.
Why Ruby?
Seriously, who builds a
compiler in Ruby?
Why Not Ruby?
Seriously, who builds a
compiler in Ruby?
Why Not Ruby?
Ruby is slow.
Front-end devs don’t know it.
Ruby is losing to Node.js.
libSass
Programming Languages by Popularity
libSass
Java
C++ Python
Ruby
Rust
PERL C#
JS
Sass for everyone!
LibSass is our “Big Bet”.
libSass Compatibility with Ruby Sass
https://github.com/sass/libsass/labels/Bug%20-%20Confirmed
98%
Was it worth it?
Downsides of libSass
● Binary files (os/hw dependent).
● Not a language many webdevs know.
● Slower to develop new features.
● Ecosystem fragmentation
Sass is more than a language
Sass is a community of web
developers sharing their best
practices, code, and tools for
writing CSS.
libSass
java
C++ C
Ruby
Rust
PERL C#
JS
Sass for everyone!
JavaScript is
WEBSCALE!!!!111one!
- Ryan Dahl, I think
node-sass
● C++ ⇔ node.JS bridge
● npm install node-sass
● var sass = require(“node-sass”)
sass.render(...) // => CSS
What about Compass?
● Compass is not being ported to
libSass.
● The best parts of compass are
being recreated.
● Active Development
Sass modules as rubygems
Alright. Let’s do this.
npm modules
● Distribute Sass modules via NPM
● Import Sass from modules
● Define Sass functions – in JS
● Global resolution of shared
dependencies.
● Deliver assets with the right URLs
Eyeglass
● Node-like Importing (index.scss)
● Filesystem API
● Website: http://eyeglass.rocks/
Eyeglass
https://www.npmjs.com/browse/keyword/eyeglass-module
Install:
npm install --save-dev module-name
Use:
@import "module-name"
Using an Eyeglass Module
Using an Eyeglass Module Or your build tool of
choice (grunt, gulp,
etc)
Defining an Eyeglass Module
package.json
Defining an Eyeglass Module
eyeglass-exports.js
Writing a Sass function in JS
Signature
Return Value
node-sass-utils simplifies writing Sass functions in JS
Writing a Sass function in JS
● sassUtils.castToSass(jsValue)
● sassUtils.castToJs(sassValue)
● class sassUtils.SassDimension
● class sassUtils.SassJsMap
● Much, much more
node-sass-utils
Modules with Assets (images/fonts/etc.)
Export assets from the module
Using Exported Assets
Import assets that you depend on!
Output a URL to assets according to
the app’s configuration.
Filesystem API
Eyeglass = nuts and bolts
Someone’s gotta do it.
Eyeglass Spriting
● Generate sprite maps from your
Sass files.
● Output corresponding CSS without
having to know image location or
dimensions.
Eyeglass Spriting
Eyeglass Spriting
Eyeglass Spriting
Eyeglass Spriting compared to Compass Spriting
● Works with multiple file formats
● Files can be in several
directories.
● No “Magic Import”
Take Aways:
● Use libSass. It’s ready.
● Use eyeglass to distribute Sass.
● No new features for Compass.
● node-sass-utils for writing Sass
functions in JS.
● Ruby Sass is not dead.
Q & A
Why not Bower?
Bower is a “front end packager”.
● No conventions.
● No framework.
● Every bower package is a
snowflake - requires devs
to know internal structure.
❄
❄
❄
❅
❆
❄
❆
❅
❄ ❅
❄

More Related Content

KEY
Sass: The Future of Stylesheets
PDF
CSS Systems
PDF
Front End Tooling and Performance - Codeaholics HK 2015
PDF
Roll Your Own CSS Framework
PDF
Front End Development - Beyond Javascript (Robin Cannon)
PDF
Bootstrap Workout 2015
PDF
Efficient, maintainable CSS
PPT
Bootstrap training basics tutorial | Bootstrap Essentials
Sass: The Future of Stylesheets
CSS Systems
Front End Tooling and Performance - Codeaholics HK 2015
Roll Your Own CSS Framework
Front End Development - Beyond Javascript (Robin Cannon)
Bootstrap Workout 2015
Efficient, maintainable CSS
Bootstrap training basics tutorial | Bootstrap Essentials

What's hot (20)

PDF
Bootstrap 3 + responsive
PPT
Making Your Own CSS Framework
PPSX
Responsive Web Design: Tips and Tricks
PDF
Responsive Websites
PDF
Css sprite_maker-1
PDF
CSS in React
PDF
20111129 modernizr
PDF
CSS Best practice
PDF
CSS Reset
PDF
Front-End Performance Optimization in WordPress
PPT
Css best practices style guide and tips
PDF
LESS
PDF
Test-proof CSS
PPTX
Bootstrap Framework
PPTX
How to develop a CSS Framework
PPTX
Client responsive design
PDF
Adobe MAX 2008: HTML/CSS + Fireworks
PDF
Responsive design: techniques and tricks to prepare your websites for the mul...
PPT
Html & Css presentation
KEY
Make your website 2 times faster
Bootstrap 3 + responsive
Making Your Own CSS Framework
Responsive Web Design: Tips and Tricks
Responsive Websites
Css sprite_maker-1
CSS in React
20111129 modernizr
CSS Best practice
CSS Reset
Front-End Performance Optimization in WordPress
Css best practices style guide and tips
LESS
Test-proof CSS
Bootstrap Framework
How to develop a CSS Framework
Client responsive design
Adobe MAX 2008: HTML/CSS + Fireworks
Responsive design: techniques and tricks to prepare your websites for the mul...
Html & Css presentation
Make your website 2 times faster
Ad

Similar to Lightning fast sass (20)

PPTX
Sass installation
PPTX
Introducing grunt, npm and sass
PDF
SassConf: It takes a village to raise a stylesheet
PDF
Turbo theming: Introduction to Sass & Compass
PPTX
Bliblidotcom - SASS Introduction
PPT
UNIT 3.ppt
PDF
Getting Sassy with CSS
PDF
Sass tooling!
PDF
Sass conferencia css-sp
PDF
Sass and compass workshop
PDF
Less vs sass
PPTX
Using Sencha Touch to build Cross-platform HTML5 Apps - FITC Screens 2011
PPTX
FITC Screens 2011 Presentation - Using Sencha Touch to build Cross-platform H...
PDF
Compass n Sass
PDF
Sass that CSS
PPTX
SCSS Implementation
PDF
What makes Sass so Syntactically Awesome?
PDF
Atlanta Drupal User's Group - April 2015 - Sasstronauts: Advanced Sass Topics
PPTX
Sass:-Syntactically Awesome Stylesheet by Shafeeq
PPTX
Sass: Introduction
Sass installation
Introducing grunt, npm and sass
SassConf: It takes a village to raise a stylesheet
Turbo theming: Introduction to Sass & Compass
Bliblidotcom - SASS Introduction
UNIT 3.ppt
Getting Sassy with CSS
Sass tooling!
Sass conferencia css-sp
Sass and compass workshop
Less vs sass
Using Sencha Touch to build Cross-platform HTML5 Apps - FITC Screens 2011
FITC Screens 2011 Presentation - Using Sencha Touch to build Cross-platform H...
Compass n Sass
Sass that CSS
SCSS Implementation
What makes Sass so Syntactically Awesome?
Atlanta Drupal User's Group - April 2015 - Sasstronauts: Advanced Sass Topics
Sass:-Syntactically Awesome Stylesheet by Shafeeq
Sass: Introduction
Ad

More from chriseppstein (6)

PPTX
The Cascade is Dead
PDF
The Expanding Boundaries of CSS
PDF
EmberConf 2015 closing keynote
PDF
Sass & Compass @ SenchaConf
KEY
Authoring Stylesheets with Compass & Sass
ZIP
Unobtrusive Stylesheets
The Cascade is Dead
The Expanding Boundaries of CSS
EmberConf 2015 closing keynote
Sass & Compass @ SenchaConf
Authoring Stylesheets with Compass & Sass
Unobtrusive Stylesheets

Recently uploaded (20)

PDF
Understanding Forklifts - TECH EHS Solution
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
AI in Product Development-omnex systems
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PPTX
Transform Your Business with a Software ERP System
PPTX
Introduction to Artificial Intelligence
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
medical staffing services at VALiNTRY
PPTX
Reimagine Home Health with the Power of Agentic AI​
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
System and Network Administraation Chapter 3
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Understanding Forklifts - TECH EHS Solution
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Wondershare Filmora 15 Crack With Activation Key [2025
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Upgrade and Innovation Strategies for SAP ERP Customers
AI in Product Development-omnex systems
Which alternative to Crystal Reports is best for small or large businesses.pdf
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
Transform Your Business with a Software ERP System
Introduction to Artificial Intelligence
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
medical staffing services at VALiNTRY
Reimagine Home Health with the Power of Agentic AI​
Design an Analysis of Algorithms II-SECS-1021-03
VVF-Customer-Presentation2025-Ver1.9.pptx
Softaken Excel to vCard Converter Software.pdf
System and Network Administraation Chapter 3
Operating system designcfffgfgggggggvggggggggg
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...

Lightning fast sass