@stylexswc/postcss-plugin 0.16.2-rc.1 → 0.16.3-rc.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 +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ Modify `postcss.config.js`. For example:
|
|
|
23
23
|
```js
|
|
24
24
|
module.exports = {
|
|
25
25
|
plugins: {
|
|
26
|
-
'@
|
|
26
|
+
'@stylexswc/postcss-plugin': {
|
|
27
27
|
include: ['src/**/*.{js,jsx,ts,tsx}'],
|
|
28
28
|
},
|
|
29
29
|
autoprefixer: {},
|
|
@@ -90,7 +90,7 @@ Add the following CSS file to your project:
|
|
|
90
90
|
/*[fileName].css*/
|
|
91
91
|
|
|
92
92
|
/**
|
|
93
|
-
* The @stylex directive is used by the @
|
|
93
|
+
* The @stylex directive is used by the @stylexswc/postcss-plugin.
|
|
94
94
|
* It is automatically replaced with generated CSS during builds.
|
|
95
95
|
*/
|
|
96
96
|
@stylex;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stylexswc/postcss-plugin",
|
|
3
3
|
"description": "StyleX PostCSS plugin with NAPI-RS compiler",
|
|
4
|
-
"version": "0.16.
|
|
4
|
+
"version": "0.16.3-rc.1",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"sideEffects": false,
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@stylexjs/babel-plugin": "^0.18.3",
|
|
22
|
-
"@stylexswc/rs-compiler": "0.16.
|
|
22
|
+
"@stylexswc/rs-compiler": "0.16.3-rc.1",
|
|
23
23
|
"fast-glob": "^3.3.3",
|
|
24
24
|
"glob-parent": "^6.0.2",
|
|
25
25
|
"is-glob": "^4.0.3",
|
|
26
26
|
"postcss": "^8.5.13"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@stylexswc/eslint-config": "0.16.
|
|
30
|
-
"@stylexswc/typescript-config": "0.16.
|
|
29
|
+
"@stylexswc/eslint-config": "0.16.3-rc.1",
|
|
30
|
+
"@stylexswc/typescript-config": "0.16.3-rc.1",
|
|
31
31
|
"@types/babel__core": "^7.20.5",
|
|
32
32
|
"@types/glob-parent": "^5.1.3",
|
|
33
33
|
"@types/is-glob": "^4.0.4",
|