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
Preprocessors: An Overview
Search
Paul Demers
July 08, 2015
Design
0
37
Preprocessors: An Overview
An overview of preprocessors as presented to the Startup Institute Summer 2015 class.
Paul Demers
July 08, 2015
Tweet
Share
More Decks by Paul Demers
See All by Paul Demers
Books, Technology, and the Modern 70-year-old
demersdesigns
0
110
HTML & CSS Best Practices
demersdesigns
2
98
Intro to CSS Frameworks
demersdesigns
0
43
Other Decks in Design
See All in Design
アクセシビリティに取り組むメリット
magi1125
2
250
Мышление дизайнера историями. Как текстовые модели человеческого поведения помогают проектировать
ashapiro
0
400
[2025.6.30 もがく中堅デザイナー、キャリアの分岐点] なんでもやる系デザイナーのもがきかた
taka_piya
1
3.3k
Goodpatch Tour💙 / We are hiring!
goodpatch
31
890k
佐藤千晶|ポートフォリオ
chimi_chia
0
120
第4回関東Kaggler会LT HCD-Net人間中心設計スペシャリストが語るNotebookメダルの取り方
utm529f
0
1k
数理的アプローチで挑むスマホUIのデザイン改善:タップ成功率推定ツール「Tappy」の社内活用事例 / Improving Smartphone UI Design with a Mathematical Approach: In-house Use Case of the Tap Success Rate Estimation Tool "Tappy"
lycorptech_jp
PRO
0
800
Character Experience AI 〜 AIキャラクターのつくりかた 〜
smartbank
1
290
デフォルトの16:9(960*540px)のケース / Google Slide Size Test
arthur1
0
3.4k
デザインから開発まで一貫したデザインシステムを構築するベストプラクティス / Best Practices for Building a Consistent Design System from Design to Development
lycorptech_jp
PRO
0
520
ランドマークが光る!季節を彩るナビ体験 - Mobility Night #3 -
kitau
0
120
FigmaのFigmaファイルから学ぶTips & Tricks
hilokifigma
0
660
Featured
See All Featured
Bash Introduction
62gerente
615
210k
For a Future-Friendly Web
brad_frost
180
9.9k
How GitHub (no longer) Works
holman
315
140k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Making Projects Easy
brettharned
117
6.4k
Become a Pro
speakerdeck
PRO
29
5.5k
Facilitating Awesome Meetings
lara
55
6.5k
Into the Great Unknown - MozCon
thekraken
40
2k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Transcript
CSS Preprocessors June 10, 2015 & June 13, 2015 http://www.kevingottuso.com/better-together/
Hi! I’m Paul Demers @demersdesigns / demersdesigns.com cantina.co
What is a Preprocessor? • A syntax and group of
patterns to extend the capabilities of CSS. • Allows the creation of programatic CSS • Use compilers to output standard CSS that the browser can understand
None
Preprocessor Features • Partials- include one file in another using
import • Nesting - put css rules inside other css rules • Variables - reusable declarations • Mixins - reusable snippets and functions
Partials
Nesting
Variables
Mixins
Issues to Consider • Can bloat the CSS that it
outputs • Need other team members to adopt preprocessor workflow • Another language to learn • Additional processing necessary to write site styling
CodeKit Prepros Grunt/Gulp/Brunch
Let’s Do This! • Learn Sass • Learn LESS •
Learn Stylus • Getting Started with Preprocessors • Baseplate project on GitHub
Questions?