Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
(examples/with-react-md): switch from node-sass to sass (vercel#26001)
Browse files Browse the repository at this point in the history
## Documentation / Examples

- [x] Make sure the linting passes

Continuing fixing vercel#25854
Switching from `node-sass` to `sass`
  • Loading branch information
vitalybaev authored Jun 11, 2021
1 parent 43d2cb5 commit 3c225b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions examples/with-react-md/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ the [main documentation](https://react-md.dev). You can also view the
for a more complex example of using ReactMD + Next.js or the [with-react-md-typescript](../with-react-md-typescript)
example for Typescript support.

## Preview

Preview the example live on [StackBlitz](http://stackblitz.com/):

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/with-react-md)

## Deploy your own

Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example):
Expand Down
2 changes: 1 addition & 1 deletion examples/with-react-md/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"react-md": "^2.1.1"
},
"devDependencies": {
"node-sass": "^4.14.1"
"sass": "^1.34.1"
}
}

0 comments on commit 3c225b5

Please sign in to comment.