From the course: Responsive CSS Workflow with Sass, Bourbon, and Susy

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

What you'll be building

What you'll be building

From the course: Responsive CSS Workflow with Sass, Bourbon, and Susy

Start my 1-month free trial

What you'll be building

- [Narrator] I wanted to take a minute to go through what we'll be creating together in the rest of the course. I like a practical approach to learning, something that you can really get your hands on and try out. So, I created a sample project for us to build out together. In the process, we'll be exploring different parts of the technologies in this course. So, this is a single page website that I built using Sass, Bourbon, and the Susy framework for responsive layouts. So, when I resize the window here, we can see that the layout adjust based on the screen size. We'll actually be able to handle these responsive break points without even having to use math. Now, I also wanted to show you how easy this site is to work with once you've got Grunt installed and setup. So, we've already got the pre-requisites installed. So, all we need to do to work on this project is open up the terminal and run that Grunt command. This starts the watch task. Now, over here in my code editor, any time I…

Contents