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

Unlock the full course today

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

Styling default HTML styles

Styling default HTML styles

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

Start my 1-month free trial

Styling default HTML styles

- [Instructor] In this movie, I'd like to show you some ways that we can begin to incorporate Bourbon mix ins in our site. Now, here I am on the Bourbon documentation, here, and on the left side, they've got all the available mix ins to use, and then, on the right side, they have the instructions for how to use them. And you'll notice that quite a few of these have a line marked through them, and what that means is that that mix in is going to be deprecated in a future version of Bourbon. A lot of these mix ins have to do with layout, and those are all going to be moved over to Neat. And some of these are just outdated, so they're going away completely. So, while they are still currently available for use, I would not recommend using ones that have been marked for deprecation. So, where I'd like to start using Bourbon is to help build out a form. And I'm going to use this text inputs mix in. Now, in CSS, if you wanted to style every single type of input that there is, and here you can…

Contents