@plumeria/core 10.3.1 → 10.3.3
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 +7 -6
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# @plumeria/core
|
|
2
|
-

|
|
3
|
-

|
|
4
2
|
|
|
5
|
-

|
|
3
|
+

|
|
4
|
+

|
|
8
5
|
|
|
9
|
-
|
|
6
|
+

|
|
7
|
+

|
|
8
|
+

|
|
9
|
+
|
|
10
|
+
**Plumeria** is a Zero-Runtime CSS-in-JS library for building styled React components for the web. It is a compiler with typed syntax and strict linting. The goal of Plumeria is to reduce the cognitive overhead for engineers.
|
|
10
11
|
|
|
11
12
|
## Documentation
|
|
12
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plumeria/core",
|
|
3
|
-
"version": "10.3.
|
|
3
|
+
"version": "10.3.3",
|
|
4
4
|
"description": "A styling system that disappears.",
|
|
5
5
|
"author": "Refirst 11",
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"css-in-js",
|
|
20
20
|
"plumeria",
|
|
21
21
|
"react",
|
|
22
|
-
"atomic-css",
|
|
23
22
|
"stylex"
|
|
24
23
|
],
|
|
25
24
|
"sideEffects": false,
|