Skip to content

Commit

Permalink
chore(docs): removed obsolete part
Browse files Browse the repository at this point in the history
We shouldn't promote [`node-sass`](https://npmjs.com/node-sass) any further, as it's a deprecated package.
  • Loading branch information
mfranzke authored Mar 20, 2024
1 parent 1a00b1e commit 17d2682
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/components/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,3 @@ Please keep in mind, that you would need to set your `include path` also known a
}
}
```

---

#### [`node-sass` Compiler](https://npmjs.com/node-sass)

```json
{
"scripts": {
"css-compile": "node-sass --include-path node_modules style.scss -o assets/css/"
}
}
```

0 comments on commit 17d2682

Please sign in to comment.