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

WordPress

Trent Burkenpas
Trent Burkenpas
22,388 Points

[solved] How to add foundation + sass to my wordpress project

I was following Zac Gordon's great video on how to make a Wordpress template from foundation. I created a website to follow along, but then I resized that some of my styling was missing, and thats because I used foundation settings "_settings.scss". How would i go about taking the styling from _setting.scss and putting it in my wordpress template.

Thanks!

Trent Burkenpas
Trent Burkenpas
22,388 Points

Ok I figured it out. _settings.scss compiles to a css file called app.css. I did put that file into my wordpress project, but I named it apps.css. And erasing the s fixed the problem :)