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

Robert James
Robert James
20,491 Points

Wordpress theme development CSS

I am doing the WordPress theme development part of the WordPress development track.

I was just wondering what the foundations.css file was?? Its mentioned in the video and i know it comes from the project downloads but there is no explanation as to what the .css file is for.

Does it have some WordPress specific styling, is it a .css file that should be used in all theme development. ( as in is it like a normalize.css file and is used in that sense ).

Thanks!!!

1 Answer

Foundations is a framework. That means it has CSS and other components that can be used in your projects. Frameworks help to stimulate the design process. Kind of like templates you can use to get ideas for your projects with designs (and the code to make those designs) that are sophisticated and that work!

Robert James
Robert James
20,491 Points

Is that the same as foundations.js being a framework also. Thanks, it wasnt made very clear in the video!

I will look into this more!