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

JavaScript

Alexander Besse
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Alexander Besse
Full Stack JavaScript Techdegree Graduate 35,115 Points

Using SASS/SCSS on an Express Server

Question for a personal project that I was hoping someone can help with. To give background about my overall knowledge while answering this question, I've completed Front-End TechDegree and I am on project 8/9 of the full stack.

I was wondering if there is a good resource that explains (or if someone can explain) how to implement SASS/SCSS styling into an Express website application running a PUG view engine.

Thank you in advance!

Matthew Lang
Matthew Lang
13,483 Points

Not too sure about this one but take a look at node-sass and node-sass-middleware.

You may find a solution if you do some googling about node-sass and pug and express etc. Good luck.