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

Sass abd CSS

l got a theme made with Sass and the foundation framework. Can l build on this theme with only CSS?

2 Answers

Wayne Priestley
Wayne Priestley
19,579 Points

Hey Kelvin,

Sure, you can do that no problem.
One thing you could also do would be to compile the Sass, then copy the css and paste that into a new file so your whole project is in css.

Hope this helps.

so l can just make the new changes in the css file been compiled by the sass and dont have to worry about writing anymore sass?

Wayne Priestley
Wayne Priestley
19,579 Points

Yep, you could do that, but make sure that once the Sass is compiled that you copy and paste the code into a new file and project folder, then start editing the css from there, otherwise when the Project compiles the Sass all your css changes will be overwritten.

By copying and pasting the compiled css into a whole new project folder it will be like starting out fresh with only css and no Sass. You're going to have to make sure you get all the files needed by the theme into your new project folder too.

Good luck

good info thanks

I think you learn only for points. I'm right?