Skip to content

Commit

Permalink
add note to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Oct 2, 2024
1 parent f637a85 commit 51c9e41
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ In command line:
npm install --save-dev sass-true
```

True requires Dart Sass v1.45.0 or higher, so install it if you haven't already:

```bash
npm install --save-dev sass-embedded # or `sass`
```

Import in your test directory,
like any other Sass file:

Expand Down

0 comments on commit 51c9e41

Please sign in to comment.