I want to understand how the workflow for responsive webdesign using Boostrap as a framework works. I am especially not sure how to convert my design from Sketch 3 to CSS (Bootstrap).
Tools/Framework: Sketch 3, Bootsrap
Goal: Fully responsive webdesign
My current understanding:
Create 4 different versions of your website in Sketch 3 by using 4 different layouts
- Dekstop HD
- Desktop
- Tablet
- Phone
Bootstrap + CSS + HTML
- Analyse all sections (Header, Body, Footer, Sidebars,...) and determine the amount of columns needed for xs, s, md, lg columns
- Build the basic structure of the website using all 4 different grid sizes (xs,s,md and lg)
What exactly do I export from Sketch3?
Do I export only buttons and build the rest using CSS...?
Do I export all buttons from all 4 different layouts?
I want to make sure that it's fully responsive and easly maintainable.