13
EZTABLE Design Library Live Styleguide - kcliu F2E@EZTABLE

【Edd workshop@140808】eztable design library kc liu

  • Upload
    eztable

  • View
    77

  • Download
    1

Tags:

Embed Size (px)

DESCRIPTION

【Workshop@140808】 Topic: EZTABLE Design Library_Live Styleguide Speaker: KC Liu

Citation preview

Page 1: 【Edd workshop@140808】eztable design library kc liu

EZTABLE Design LibraryLive Styleguide

- kcliu F2E@EZTABLE

Page 2: 【Edd workshop@140808】eztable design library kc liu

Why need it?● learn from Bootstrap, Semantic UI● better communication

● consistency● reusable components● boost development

Page 3: 【Edd workshop@140808】eztable design library kc liu

How to build Styleguide

SASS + KSS

Page 4: 【Edd workshop@140808】eztable design library kc liu

SASS● Modular file structure with @import● Variables● demo

Page 5: 【Edd workshop@140808】eztable design library kc liu

SASS

Page 6: 【Edd workshop@140808】eztable design library kc liu

SASS

Page 7: 【Edd workshop@140808】eztable design library kc liu

KSS

Page 8: 【Edd workshop@140808】eztable design library kc liu

KSS● human readable● machine parsable● work for SASS, SCSS, LESS …● Ruby

Page 9: 【Edd workshop@140808】eztable design library kc liu

kss-nodeA NodeJS Implementation of KSS

Page 10: 【Edd workshop@140808】eztable design library kc liu
Page 11: 【Edd workshop@140808】eztable design library kc liu
Page 12: 【Edd workshop@140808】eztable design library kc liu
Page 13: 【Edd workshop@140808】eztable design library kc liu

Refs● http://sass-lang.com/guide● http://semantic-ui.com/● https://speakerdeck.com/kneath/a-better-futu

re-with-kss● https://github.com/kss-node/kss-node