From 14462f21fb4a89bc933a99f5b75cc6fb4628a440 Mon Sep 17 00:00:00 2001 From: Kael Date: Wed, 8 Mar 2023 00:28:43 +1100 Subject: [PATCH] doc: add style/sass/less export conditions --- doc/api/packages.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/packages.md b/doc/api/packages.md index 58d6e97be20292..c52ab7780ccc03 100644 --- a/doc/api/packages.md +++ b/doc/api/packages.md @@ -715,6 +715,9 @@ is provided below to assist with ecosystem coordination. mutually exclusive with `"production"`._ * `"production"` - can be used to define a production environment entry point. _Must always be mutually exclusive with `"development"`._ +* `"style"` - CSS `@import` or imports from CSS preprocessors like SASS or LESS +* `"sass"` - imports from `.sass` or `.scss` files +* `"less"` - imports from `.less` files New conditions definitions may be added to this list by creating a pull request to the [Node.js documentation for this section][]. The requirements for listing