Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Gavin Broekema
10,649 PointsFlexgrid Help!
I've been working on customizing a flexgrid that I found on GitHub to better suit my project's needs. Currently, the sass --watch does not output any red flags, but my global.css also doesn't output any classes.
1 Answer

Steven Parker
216,083 PointsOdd, on opening your link I got an immediate "red flag" for line 14 that said:
$map: ("xsmall" (width: 0px, gutter: 0px)) is not a map for 'map-get'
Plus, it was stuck displaying "Loading..." on the page.
Gavin Broekema
10,649 PointsGavin Broekema
10,649 PointsCome to find out that my sass --watch wasn't outputting the full directory that the scss file was in, but a single file. I'm probably just going to restart the project altogether.