diff --git a/README.md b/README.md index 37e1cbb..050c07f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Learn more about [languages and technologies](docs/technologies.md). Make sure you have the following installed: -* [Node] — at least 14.17, the latest LTS is recommended. +* [Node] — at least 18.13, the latest LTS is recommended. * [NPM] — at least 8.0, the latest LTS is recommended. > 💡 You can use [NVM] to install and use different versions of Node via the command-line. diff --git a/docs/development.md b/docs/development.md index de895e7..9b96322 100644 --- a/docs/development.md +++ b/docs/development.md @@ -265,7 +265,7 @@ See [`scripts.js`](../build/tasks/scripts.js) for details. ### `styles` -A wrapper around [node-sass] (with optional support for [Autoprefixer] +A wrapper around [sass] (with optional support for [Autoprefixer] via [PostCSS]) for compiling and minifying Sass into CSS. By default, [PostCSS] and [Autoprefixer] are installed with the boilerplate. @@ -416,7 +416,7 @@ See [`versions.js`](../build/tasks/versions.js) for details. [glob]: https://npmjs.com/package/glob [globby]: https://npmjs.com/package/globby [Node]: https://nodejs.org/ -[node-sass]: https://npmjs.com/package/node-sass +[sass]: https://npmjs.com/package/sass [NPM]: https://npmjs.com/ [NVM]: https://github.com/nvm-sh/nvm [PostCSS]: https://npmjs.com/package/postcss