@plumeria/core 2.4.0 → 2.4.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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,19 +21,19 @@ const className = css.props(styles.text, styles.size);
21
21
  **Generated CSS:**
22
22
 
23
23
  ```css
24
- .x1p2jzyu:not(#\#) {
24
+ .xhrr6ses:not(#\#) {
25
25
  font-size: 12px;
26
26
  }
27
- .xzie71ek {
27
+ .xvbwmxqp {
28
28
  color: navy;
29
29
  }
30
- .xgpw2mmc {
30
+ .xhk51flp {
31
31
  width: 120px;
32
32
  }
33
33
  ```
34
34
 
35
35
  ```
36
- "x1p2jzyu xzie71ek xgpw2mmc"
36
+ "xhrr6ses xvbwmxqp xhk51flp"
37
37
  ```
38
38
 
39
39
  ## Documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/core",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "An atomic CSS runtime designed to disappear.",
5
5
  "author": "Refirst 11",
6
6
  "license": "MIT",