How to include SASS file in codepen for challenges

The React projects require using SASS. How will anyone know that SASS is used?

Where does a .scss file go and will there be preprocessing automatically by codepen (somehow)?

1 Like

Click on the cogwheel in your CSS tab in CodePen and under “CSS Preprocessor”, choose “Sass”.

1 Like

You can include many different types of css and javascript libraries and frameworks within the codepen settings. Here is an article that I wrote to help individuals with similar issues.
https://medium.freecodecamp.com/codepen-tips-and-best-practice-cf926ebd0b11#.tovjtshue

2 Likes