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
Mobile and Responsive Design with Sass
Search
canarymason
July 27, 2012
Design
3
250
Mobile and Responsive Design with Sass
What is a Sass, and how will I know if I'm shaking it?
canarymason
July 27, 2012
Tweet
Share
More Decks by canarymason
See All by canarymason
Living Style Guides In Sass
canarymason
3
390
The Coding Designer's Survival Kit
canarymason
8
490
Other Decks in Design
See All in Design
Мышление историями. Как текстовые модели поведения помогают дизайнеру проектировать
ashapiro
0
140
1920*1080pxに設定したケース / Google Slide Size Test
arthur1
0
3.3k
[2025.6.30 もがく中堅デザイナー、キャリアの分岐点] なんでもやる系デザイナーのもがきかた
taka_piya
1
3.2k
CMS管理画面のアクセシビリティ
magi1125
8
2.5k
デザインから開発まで一貫したデザインシステムを構築するベストプラクティス / Best Practices for Building a Consistent Design System from Design to Development
lycorptech_jp
PRO
0
520
Marpで推しCSSスライドを作ろう! / marp-with-favorite-css
fujiemon
0
590
Light My Fire/ハートに火をつけるコミュニティ
kgsi
1
150
新卒の目から見たサイボウズのデザイン組織
ryota5884
0
170
オルタナUX | AIで高速化するのもいいけど品質も大事なんじゃない?というお話
iflection
6
2.3k
【最新】マズロー安達の弟子実績(1期-4期の26人分)
maslow_akkun
0
2.1k
ビジネス成果を最大限に発揮するPORTFOLIO
ataxi1003
0
530
Character Experience AI 〜 AIキャラクターのつくりかた 〜
smartbank
1
280
Featured
See All Featured
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Docker and Python
trallard
45
3.6k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
GraphQLの誤解/rethinking-graphql
sonatard
72
11k
What's in a price? How to price your products and services
michaelherold
246
12k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
920
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Transcript
What is a Sass, and How Will I Know if
I’m Shaking it? Friday, July 27, 12
Mobile and Responsive Design with Sass Friday, July 27, 12
I Friday, July 27, 12
Mobile First Friday, July 27, 12
The Mobile Web? Friday, July 27, 12
371k Babies are born each day Compare that to 1.5
million mobile device activations http://www.lukew.com/presos/preso.asp?26 Friday, July 27, 12
Most Personal Computer Friday, July 27, 12
Most Personal Computer Friday, July 27, 12
Constraints & Capabilities • Small screens • Frequent and sporadic
use. Distracted • Geolocation • Touch • Camera • Orientation Friday, July 27, 12
II Friday, July 27, 12
Responsive Web Design Friday, July 27, 12
My Website Totally Shrinks On Phones Friday, July 27, 12
Friday, July 27, 12
Friday, July 27, 12
Fluid Grids Proportional grids Use %, not px Friday, July
27, 12
Fluid Images src set The future. Get used to it?
Friday, July 27, 12
Fluid Images simple css The best we have. For now.
Friday, July 27, 12
Breaking News mattwilcox.net/archive/entry/id/1091 Friday, July 27, 12
Media Queries Magic! • @media screen and (min-width: 400px) {
… } • @media screen and (min-width: 400px) and (max- width: 700px) { … } • @media screen and (device-width: 800px) { … } • @media screen and (device-aspect-ratio: 16/9) { … } Friday, July 27, 12
Properties • width • height • device-width • device-height •
orientation • aspect-ratio • device-aspect- ratio • color • color-index • monochrome • resolution • scan • grid Friday, July 27, 12
Feature Detection Friday, July 27, 12
Modernizr • modernizr.com • use javascript to test for browser
features • write a css class to <html> if that feature exists Friday, July 27, 12
Modernizr Friday, July 27, 12
III Friday, July 27, 12
Sass CSS Preprocessor Adds more power to the process of
writing CSS sass-lang.com Friday, July 27, 12
Variables Sass Compiled CSS Friday, July 27, 12
Nesting Sass Compiled CSS Friday, July 27, 12
Mixins Sass Mixin Compiled CSS Sass Friday, July 27, 12
Extend Use in Sass Compiled CSS Setup Extendables Friday, July
27, 12
Media Bubbling Compiled CSS Sass Friday, July 27, 12
Compass Utilities CSS3 Images Sprites More Friday, July 27, 12
Compass Extensions Friday, July 27, 12
Sassy Buttons That fancy CSS3 button look with none of
the work jaredhardy.com/sassy-buttons Friday, July 27, 12
Modular Scale Calculate typographic scales github.com/scottkellum/modular-scale Friday, July 27, 12
Survival Kit A Toolset for Designing Web Sites in the
Browser thecodingdesigner.com/survivalkit Friday, July 27, 12
Susy Responsive grids for Compass susy.oddbird.net Friday, July 27, 12
Singularity Grid ALPHA Infinite possibilities. Impossibly small. singularity.gs Friday, July
27, 12
Crazy things sassy mother effing text shadow sassymothereffingtextshadow.com Friday, July
27, 12
Friday, July 27, 12
Friday, July 27, 12
Breakpoint Really simple media queries in Sass breakpoint-sass.com Friday, July
27, 12
Breakpoint Use in Sass Compiled CSS Setup Variables Friday, July
27, 12
Breakpoint Use in Sass Compiled CSS Setup Variables Friday, July
27, 12
IV Friday, July 27, 12
Drupal Great Content Management System. Bad Templates. Friday, July 27,
12
What is the best starter theme for responsive web design
in Drupal? Friday, July 27, 12
Friday, July 27, 12
Friday, July 27, 12
Avoid Cookie Cutters & Assertive Frameworks Friday, July 27, 12
V Friday, July 27, 12
Putting It Together Friday, July 27, 12
Goals Custom designs for your needs and content. Create the
mobile experience first. Have our content meet any device. Be future friendly. Acknowledge and embrace unpredictability. Friday, July 27, 12
Custom Is Your Friend Start with no theme, or a
“bare-bones” theme. Friday, July 27, 12
Zen + Zen Grids • Zen - Tried and tested
in the Drupal • Zen Grids Friday, July 27, 12
Survival Kit Designed For Style Guide Driven Design Designed For
Sass And Compass Intentionally Simple Use whatever grid you like Just a few guides, but use whatever styles you like Friday, July 27, 12
Demo Friday, July 27, 12
The Future Friday, July 27, 12
Survival Kit Module Will show the style guide pages from
the standard Survival Kit Friday, July 27, 12
Sass Conf Spring 2013 sassconf.com Friday, July 27, 12
Sass Trainings Follow @GoTeamSass and @Zivtech for details. Friday, July
27, 12
Questions & Contact Zivtech zivtech.com Mason Wendell - Creative Director
Twitter, Dribbble & Drupal: codingdesigner github: canarymason Friday, July 27, 12