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

Gavin Broekema
seal-mask
.a{fill-rule:evenodd;}techdegree
Gavin Broekema
Full Stack JavaScript Techdegree Student 22,443 Points

Flexgrid 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.

http://codepen.io/GavinGoneWild/pen/MebrMr?editors=0100

1 Answer

Steven Parker
Steven Parker
229,786 Points

Odd, 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
seal-mask
.a{fill-rule:evenodd;}techdegree
Gavin Broekema
Full Stack JavaScript Techdegree Student 22,443 Points

Come 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.