Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add @linaria/postcss-linaria to list of compatible custom syntaxes #6535

Merged
merged 2 commits into from Dec 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/developer-guide/syntaxes.md
Expand Up @@ -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:

Expand Down
1 change: 1 addition & 0 deletions docs/user-guide/get-started.md
Expand Up @@ -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

Expand Down