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

Still not showing styles to website after @import in application.scss

It still not showing any styles to my page after I imported base/index , layout/index and components/index in application.scss. I am using Adobe Dreamweaver and changes detects in Terminal but no styles are showing. I also noticed that no styling are shown in Workspace here at teamtreehouse, so I don't think it has anything to do with Dreamweaver.

Someone who can help?

J

Edgar Gil
Edgar Gil
13,322 Points

Make sure on your HTML your stylesheets is pointing to style.css and not style.scss Also if you are coding SASS( .sass ) file you need another file to compile your sass into css.

1 Answer

Jordan Wren
Jordan Wren
30,940 Points

Make sure in your index.html file link to the stylesheet you are importing application.css from the css folder