@stylexjs/babel-plugin 0.13.1 → 0.14.1

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
@@ -6,7 +6,7 @@ generated from all JS files within your project should be concatenated together
6
6
  file using the `processStyles` function which is also exported from the same module.
7
7
 
8
8
  `@stylexjs/babel-plugin` is fairly lightweight. It pre-computes `stylex` related functions like
9
- `stylex.create` and `stylex.keyframes` by converting the argument AST to a JS object and transforming them
9
+ `create` and `keyframes` by converting the argument AST to a JS object and transforming them
10
10
  by passing them to the functions of the corresponding names within `@stylex/shared`
11
11
 
12
12