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 trialAtanas Sqnkov
14,981 PointsExplanation for the _page.scss
There seems to be no explanation whatsoever why and how this file _page.scss is linked with the whole project.
Guill uses:
@include background(radial-gradient(top, #3d69b5, #1a335e));
and gets output in his screen.css file. I don't get the prefixed lines of code in my css, despite the fact that in CMD it says that the file has been overwritten. I am stuck in this step of the lesson for 2 days now.
3 Answers
Atanas Sqnkov
14,981 PointsFor some reason I didn't notice the _page.scss file being included in screen.scss
Eric Follows
25,399 Pointslooks like i'm not the only one confused about this. nothing in the project files for this lesson either...
seems like Treehouse missed a few details...
Dave Mason
417 PointsSame thing held true with the _rest.scss. Jumps from one video to the next without explaining to create these files and include them in the screen.scss. I only pick it up looking at his file structure. Also now the _reset.scss is gone? Maybe my awareness is running on low.