Skip to content

Instantly share code, notes, and snippets.

@productioncoder
Last active November 3, 2019 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save productioncoder/0013d64f773e544a98bf946d8ea5fd49 to your computer and use it in GitHub Desktop.
Save productioncoder/0013d64f773e544a98bf946d8ea5fd49 to your computer and use it in GitHub Desktop.
Installing dependencies for SCSS preprocessor
yarn add node-sass
@productioncoder
Copy link
Author

This snippet is used add SCSS support to a boilerplate create-react-app project.
The code snippet here is used in the Build Youtube in React tutorial series (part 2):
https://productioncoder.com/build-youtube-in-react-part-2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment