@crowdstrike/falcon-shoelace 0.0.0 → 0.1.0

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 +24 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,24 @@
1
+ # Falcon Shoelace Theme
2
+
3
+ Falcon Shoelace is a stylesheet that includes a light and dark theme for the [Shoelace component library](https://shoelace.style/).
4
+
5
+ ## Installation and Usage
6
+
7
+ Add the `@crowdstrike/falcon-shoelace` package:
8
+
9
+ ### NPM
10
+ ```zsh
11
+ npm install @crowdstrike/falcon-shoelace
12
+ ```
13
+
14
+ Import the stylesheet:
15
+
16
+ ```css
17
+ @import "@crowdstrike/falcon-styles/dist/style.css";
18
+ ```
19
+
20
+ ## Included Dependencies
21
+
22
+ The falcon-shoelace stylesheet includes:
23
+ * [modern-normalize](https://github.com/sindresorhus/modern-normalize)
24
+ * [falcon-styles](https://github.com/sindresorhus/modern-normalize)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crowdstrike/falcon-shoelace",
3
- "version": "0.0.0",
3
+ "version": "0.1.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/CrowdStrike/falcon-styles.git"