diff --git a/docs/developer-guide/syntaxes.md b/docs/developer-guide/syntaxes.md index 581e18eac9..f3a5c6af22 100644 --- a/docs/developer-guide/syntaxes.md +++ b/docs/developer-guide/syntaxes.md @@ -10,8 +10,9 @@ Existing syntaxes that you can use for reference include: - [postcss-less](https://www.npmjs.com/package/postcss-less) - [postcss-html](https://www.npmjs.com/package/postcss-html) - [postcss-lit](https://www.npmjs.com/package/postcss-lit) +- [@linaria/postcss-linaria](https://www.npmjs.com/package/@linaria/postcss-linaria) -The latter two use `Document` nodes, [introduced in PostCSS 8.3](https://github.com/postcss/postcss/releases/tag/8.3.0) to support files with multiple roots. +The latter three use `Document` nodes, [introduced in PostCSS 8.3](https://github.com/postcss/postcss/releases/tag/8.3.0) to support files with multiple roots. After publishing your custom syntax, we recommend creating a shared-config that: diff --git a/docs/user-guide/get-started.md b/docs/user-guide/get-started.md index cace08acb1..326cf827c8 100644 --- a/docs/user-guide/get-started.md +++ b/docs/user-guide/get-started.md @@ -116,6 +116,7 @@ Other PostCSS syntaxes known to be compatible with Stylelint include: - [postcss-less](https://www.npmjs.com/package/postcss-less) - [postcss-sass](https://www.npmjs.com/package/postcss-sass) - [sugarss](https://www.npmjs.com/package/sugarss) +- [@linaria/postcss-linaria](https://www.npmjs.com/package/@linaria/postcss-linaria) ### Using more than one custom syntax