@sugarcube-org/core 0.0.1-alpha.12 → 0.0.1-alpha.13
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 +15 -1
- package/dist/index.d.ts +783 -547
- package/dist/index.js +16 -16
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,20 @@
|
|
|
1
1
|
# @sugarcube-org/core
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
<p>
|
|
4
|
+
<a href="https://www.npmjs.com/package/@sugarcube-org/core"><img src="https://img.shields.io/npm/v/@sugarcube-org/core.svg" alt="Latest Release"></a>
|
|
5
|
+
<a href="https://www.npmjs.com/package/@sugarcube-org/core"><img src="https://img.shields.io/npm/dt/@sugarcube-org/core.svg" alt="Total Downloads"></a>
|
|
6
|
+
<a href="https://github.com/sugarcube-org/sugarcube/blob/main/LICENSE.md"><img src="https://img.shields.io/badge/license-see%20LICENSE-blue" alt="License"></a>
|
|
7
|
+
</p>
|
|
8
|
+
|
|
9
|
+
> **Public Beta** — Core features are stable. We'd love your [feedback](https://github.com/sugarcube-org/sugarcube/discussions).
|
|
10
|
+
|
|
11
|
+
Core token processing and CSS generation for [sugarcube](https://sugarcube.sh).
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## Documentation
|
|
16
|
+
|
|
17
|
+
For full documentation, visit [sugarcube.sh](https://sugarcube.sh).
|
|
4
18
|
|
|
5
19
|
## License
|
|
6
20
|
|