> For the complete documentation index, see [llms.txt](https://wiki.owain.codes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.owain.codes/coding/snippets/untitled/node-sass.md).

# Node-Sass

Create a watch on a folder

<img src="https://4182918922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLIxsxy-PG49XtZX5uS%2Fuploads%2FPFamBmPh8PEOJULrTPbO%2Fimage.png?alt=media&amp;token=e8ad062b-c78e-4ce5-95c1-6759c842be67" alt="" data-size="line">

```
// node-sass -w ..\src\owaincodes\wwwroot\scss --output ..\src\owaincodes\wwwroot\css

```
