Use mixins to add more flexibility to your styles and expand stylings with the & selector.
Continue your Sass learning journey with Learn Sass: Mixins and the Parent Selector. You'll learn how to create mixins which accept arguments to provide more flexibility to your rules. You will also use the parent selector (`&`) to expand upon base stylings.
### Skills you’ll gain
* Create mixins to incorporate arguments into styling.
* Use the parent selector (`&`) to extend styling.
* Dynamically construct file names using string interpolation.
### Notes on prerequisites
We recommend that you complete [Learn Sass: Fundamentals](https://www.codecademy.com/learn/learn-sass-fundamentals) before starting this course.
Continue your Sass learning journey with Learn Sass: Mixins and the Parent Selector. You'll learn how to create mixins which accept arguments to provide more flexibility to your rules. You will also use the parent selector (`&`) to expand upon base stylings.
### Skills you’ll gain
* Create mixins to incorporate arguments into styling.
* Use the parent selector (`&`) to extend styling.
* Dynamically construct file names using string interpolation.
### Notes on prerequisites
We recommend that you complete [Learn Sass: Fundamentals](https://www.codecademy.com/learn/learn-sass-fundamentals) before starting this course.