@plumeria/core 11.2.0 → 11.2.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 +4 -4
- package/package.json +3 -5
package/README.md
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|

|
|
4
4
|

|
|
5
5
|
|
|
6
|
-

|
|
7
|
+

|
|
8
|
+

|
|
9
9
|
|
|
10
|
-
**Plumeria** is a **
|
|
10
|
+
**Plumeria** is a **Compiler DSL for CSS in Abstraction** designed for development of styled React components. It enforces strict syntax and linting. Plumeria reduces the cognitive overhead for engineers.
|
|
11
11
|
|
|
12
12
|
## Documentation
|
|
13
13
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plumeria/core",
|
|
3
|
-
"version": "11.2.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "11.2.1",
|
|
4
|
+
"description": "Compiler DSL for CSS in Abstraction",
|
|
5
5
|
"author": "Refirst 11",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"funding": "https://github.com/sponsors/refirst11",
|
|
@@ -16,10 +16,8 @@
|
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|
|
18
18
|
"css",
|
|
19
|
-
"css-in-js",
|
|
20
|
-
"plumeria",
|
|
21
19
|
"react",
|
|
22
|
-
"
|
|
20
|
+
"plumeria"
|
|
23
21
|
],
|
|
24
22
|
"exports": {
|
|
25
23
|
".": {
|