@terrazzo/plugin-sass 2.0.0-alpha.3 → 2.0.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,7 +4,7 @@ Convert DTCG tokens into Sass for use in any web application or native app with
4
4
 
5
5
  ## Setup
6
6
 
7
- Requires [Node.js 20 or later](https://nodejs.org) and [the CLI installed](https://terrazzo.app/docs). With both installed, run:
7
+ Requires [Node.js](https://nodejs.org) and [the CLI installed](https://terrazzo.app/docs). With both installed, run:
8
8
 
9
9
  ```sh
10
10
  npm i -D @terrazzo/plugin-css @terrazzo/plugin-sass
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { BuildHookOptions, Plugin } from "@terrazzo/parser";
2
1
  import { CSSPluginOptions } from "@terrazzo/plugin-css";
2
+ import { BuildHookOptions, Plugin } from "@terrazzo/parser";
3
3
 
4
4
  //#region src/lib.d.ts
5
5
  declare const FORMAT_ID = "sass";