@@ -33,7 +33,7 @@ readmeDoc = readmeDoc.replace(`<!-- Available Variables: -->
3333readmeDoc = readmeDoc . replaceAll ( '<corsWarning>' , corsTemplate ) ;
3434
3535// Insert "Header" section
36- readmeDoc = readmeDoc . replace ( '<header>' , `# <humanReadableName> [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][postcss ]
36+ readmeDoc = readmeDoc . replace ( '<header>' , `# <humanReadableName> [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][PostCSS ]
3737
3838` + '[<img alt="npm version" src="https://img.shields.io/npm/v/<packageName>.svg" height="20">][npm-url] ' +
3939`${
@@ -68,8 +68,14 @@ postcss([
6868readmeDoc = readmeDoc . replace ( '<envSupport>' , `[<humanReadableName>] runs in all Node environments, with special
6969instructions for:
7070
71- | [Node](INSTALL.md#node) | [PostCSS CLI](INSTALL.md#postcss-cli) | [Webpack](INSTALL.md#webpack) | [Create React App](INSTALL.md#create-react-app) | [Gulp](INSTALL.md#gulp) | [Grunt](INSTALL.md#grunt) |
72- | --- | --- | --- | --- | --- | --- |` ) ;
71+ - [Node](INSTALL.md#node)
72+ - [PostCSS CLI](INSTALL.md#postcss-cli)
73+ - [PostCSS Load Config](INSTALL.md#postcss-load-config)
74+ - [Webpack](INSTALL.md#webpack)
75+ - [Create React App](INSTALL.md#create-react-app)
76+ - [Next.js](INSTALL.md#nextjs)
77+ - [Gulp](INSTALL.md#gulp)
78+ - [Grunt](INSTALL.md#grunt)` ) ;
7379
7480// Insert "Link List" section
7581readmeDoc = readmeDoc . replace ( '<linkList>' , `[cli-url]: https://github.com/csstools/postcss-plugins/actions/workflows/test.yml?query=workflow/test
8187[discord]: https://discord.gg/bUadyRwkJS
8288[npm-url]: https://www.npmjs.com/package/<packageName>
8389
84- [Gulp PostCSS]: https://github.com/postcss/gulp-postcss
85- [Grunt PostCSS]: https://github.com/nDmitry/grunt-postcss
8690[PostCSS]: https://github.com/postcss/postcss
87- [PostCSS Loader]: https://github.com/postcss/postcss-loader
8891[<humanReadableName>]: https://github.com/csstools/postcss-plugins/tree/main/<packagePath>` ) ;
8992
9093readmeDoc = readmeDoc . replaceAll ( '<cssdbId>' , packageJSONInfo . csstools . cssdbId ) ;
0 commit comments