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 CSS to Sass Refactoring with Sass Finishing and Importing our Partials

Is the application.css file in the css folder created automatically by the SASS compiler? I didn't have that file

At the end of the video, the instructor had an application.css file in the CSS folder. I didn't have this file. Is it something that didn't get uploaded when I uploaded the project files to workspaces or is this something that's created automatically?

2 Answers

I refreshed the page and the file showed up! Not sure why it wasn't showing up before.

I have had the same problem Allison. I do not have the application.css file in the folder. Can anyone help please?

Freddy Flores  Lemus
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Freddy Flores Lemus
Front End Web Development Techdegree Graduate 36,188 Points

You have to run the ' sass --watch scss:css ' in the console when you finish write all the ' @import ' in the ' application.scss ', this generate the ' application.css ' and you can refresh the page.