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

Atanas Sqnkov
Atanas Sqnkov
14,981 Points

SASS and Wordpress

Hello guys!

I am getting comfortable with using SASS for my projects, but after watching the Wordpress Theme development course videos, I was left out with a question in mind.

And that question is:

After I style and layout a project using SASS(and possibly Bourbon+Neat), is there anything more specific than the usual copy/paste, in order to use the compiled css in the style.css for Wordpress? Or do I have to learn how to use it with Compass and the server directory in the config file?

I am really confused right now, excuse me.

Thank You all in advance!

1 Answer

James Oh
James Oh
39,169 Points

Copying and pasting the processed CSS into the style.css file of the your theme should work. Don't forget to keep the header comments in style.css!

Atanas Sqnkov
Atanas Sqnkov
14,981 Points

Yes, that is one thing you can't pass.

Thanks!