Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

Vicki Greer
Vicki Greer
5,020 Points

What is interpolation syntax in Sass, and when do I need it?

The additional video in the teachers notes shows more detail on how to construct the media queries. It mentions that you have to use something called "interpolation syntax" in order to pass the breakpoints to the media query (I think). What is the interpolation syntax and where can I learn more about it? I'd really like to be able to set variables for my media query breakpoints.

1 Answer

Here's a good article, appropriately titled All You Ever Need to Know About Sass Interpolation.

I believe using the interpolation syntax for media queries is covered here in this video: https://teamtreehouse.com/library/css-to-sass/refactoring-with-sass/defining-media-queries