@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.
- package/README.md +24 -0
- 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)
|