@plumeria/core 10.4.0 → 10.4.2
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 +3 -3
- package/lib/csstypes.d.ts +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# @plumeria/core
|
|
2
2
|
|
|
3
|
-

|
|
4
4
|

|
|
5
5
|
|
|
6
6
|

|
|
7
|
+

|
|
7
8
|

|
|
8
|
-

|
|
9
9
|
|
|
10
|
-
**Plumeria** is a
|
|
10
|
+
**Plumeria** is a **zero-cost abstraction** for CSS designed 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.
|
|
11
11
|
|
|
12
12
|
## Documentation
|
|
13
13
|
|
package/lib/csstypes.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plumeria/core",
|
|
3
|
-
"version": "10.4.
|
|
4
|
-
"description": "A
|
|
3
|
+
"version": "10.4.2",
|
|
4
|
+
"description": "A zero-cost abstraction for CSS.",
|
|
5
5
|
"author": "Refirst 11",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"funding": "https://github.com/sponsors/refirst11",
|