Slide 1

Slide 1 text

Design Workflow with Sketch Clark Wimberly

Slide 2

Slide 2 text

@clarklab #RWDSummit clarklab

Slide 3

Slide 3 text

The Zebra Online insurance comparison platform A team of about 30 folks One designer in the bunch

Slide 4

Slide 4 text

Design Workflow with Sketch

Slide 5

Slide 5 text

<3

Slide 6

Slide 6 text

Plugins Are awesome Make me a liar

Slide 7

Slide 7 text

Sketch and Photoshop

Slide 8

Slide 8 text

Raster (pixels) Vector Sketch is vector-based

Slide 9

Slide 9 text

Not for photo editing Don’t do this!

Slide 10

Slide 10 text

Not just a tool, a toolchain

Slide 11

Slide 11 text

Pages

Slide 12

Slide 12 text

Artboards

Slide 13

Slide 13 text

Artboards

Slide 14

Slide 14 text

Export like a boss

Slide 15

Slide 15 text

Photoshop Generator & Slicy naming conventions

Slide 16

Slide 16 text

Photoshop Generator & Slicy 400% tuningfork.png, 250×250 tuningfork.jpg40% naming nightmare

Slide 17

Slide 17 text

Exporting an artboard at 1x

Slide 18

Slide 18 text

Exporting at 1x, 1.5x, 2x

Slide 19

Slide 19 text

Export in batches

Slide 20

Slide 20 text

or cherry pick the logos icons avatars

Slide 21

Slide 21 text

Have assets will travel 1x 2x svg png

Slide 22

Slide 22 text

Automate!

Slide 23

Slide 23 text

Symbols and styles

Slide 24

Slide 24 text

Symbols Reusable elements Update one instance, all others change

Slide 25

Slide 25 text

Symbols Let’s update that header color!

Slide 26

Slide 26 text

Symbols Update a single instance

Slide 27

Slide 27 text

Symbols The rest fall in line!

Slide 28

Slide 28 text

“Master” screens Using one view in lots of places

Slide 29

Slide 29 text

Multiple views are a snap

Slide 30

Slide 30 text

Text Styles Reusable size, color, font, spacing, etc.

Slide 31

Slide 31 text

Text Styles Change one instance, all others change

Slide 32

Slide 32 text

Pull text styles as CSS /* Article Body */ font-family: Helvetica; font-size: 20px; color: #4A4A4A; line-height: 35px;

Slide 33

Slide 33 text

No content

Slide 34

Slide 34 text

Editorial Building Blocks

Slide 35

Slide 35 text

Assembled Index View

Slide 36

Slide 36 text

All the views!

Slide 37

Slide 37 text

Custom Icons Manage your collection in one place

Slide 38

Slide 38 text

Fresh baked icons Make some changes? Export the whole set at once.

Slide 39

Slide 39 text

Custom icons Use only the icons you need, not some mammoth set Get a clean folder of SVG files, all normalized in size From SVGs, go custom with Icomoon or Grunticon Grunticon SVG files into retina-ready, fallback-friendly CSS magic SVG data urls, PNG data urls, plain ol’ PNGs Asynchronously loads the right CSS based on browser

Slide 40

Slide 40 text

SketchTool Cross-platform CLI for accessing .sketch innards

Slide 41

Slide 41 text

SketchTool Exporting all slices from an icon-filled file

Slide 42

Slide 42 text

SketchTool Results!

Slide 43

Slide 43 text

Pull data from your files The sky is the limit! Also your ability.

Slide 44

Slide 44 text

SketchTool Cross-platform CLI for accessing .sketch innards sketchtool list pages filename.sketch sketchtool dump filename.sketch sketchtool export artboards filename.sketch ——output ——scale ——formats

Slide 45

Slide 45 text

More than a design document

Slide 46

Slide 46 text

CSS automagically!

Slide 47

Slide 47 text

Pull text styles as CSS /* Article Body */ font-family: Helvetica; font-size: 20px; color: #4A4A4A; line-height: 35px;

Slide 48

Slide 48 text

/* Button */ border-radius: 6px; /* Button Background: */ background-image: -o-linear-gradient(-89deg, #D8D8D8 0%, #B3B3B3 100%); background-image: -moz-linear-gradient(-89deg, #D8D8D8 0%, #B3B3B3 100%); background-image: -ms-linear-gradient(-89deg, #D8D8D8 0%, #B3B3B3 100%); background-image: linear-gradient(-179deg, #D8D8D8 0%, #B3B3B3 100%); border: 1px solid #979797; -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.20), inset 0px 2px 0px 0px #FFFFFF; box-shadow:0px 1px 2px 0px rgba(0,0,0,0.20), inset 0px 2px 0px 0px #FFFFFF; font-family: AvenirNext-Bold; font-size: 14px; color: #4A4A4A; line-height: 19px; /* button text: */ color:#FFFFFF; text-shadow: 0px 1px 0px #FFFFFF; CSS from a symbol

Slide 49

Slide 49 text

Generate a complete specimen

Slide 50

Slide 50 text

Real, stand-alone CSS

Slide 51

Slide 51 text

Living on the edge @import “typography”;

Slide 52

Slide 52 text

Maths!

Slide 53

Slide 53 text

Maths!

Slide 54

Slide 54 text

Maths!

Slide 55

Slide 55 text

Masks!

Slide 56

Slide 56 text

Blur

Slide 57

Slide 57 text

Sizing

Slide 58

Slide 58 text

Sketch Mirror

Slide 59

Slide 59 text

Sketch Mirror

Slide 60

Slide 60 text

Plugins Magical Workflow Fairies

Slide 61

Slide 61 text

Sketch Toolbox A package manager for Sketch

Slide 62

Slide 62 text

Style Inventory + Export Text Styles For those seeking adventure

Slide 63

Slide 63 text

Style Inventory + Export Text Styles For those seeking adventure

Slide 64

Slide 64 text

Dynamic Button Select type element ⌘ + J Surrounds type in shape object Style shape object Style text object Repeat

Slide 65

Slide 65 text

Dynamic Button Select type element ⌘ + J Surrounds type in shape object Style shape object Style text object Repeat

Slide 66

Slide 66 text

Content Generator Insert dummy content on the fly Avatars, names, locations, etc

Slide 67

Slide 67 text

Sketch Measure Sizes Margin or Padding Distances Properties Coordinates

Slide 68

Slide 68 text

@clarklab #RWDSummit clarklab