@govtech-bb/styles 1.0.0-alpha.16
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 +32 -0
- package/dist/assets/fonts/figtree-latin-ext.woff2 +0 -0
- package/dist/assets/fonts/figtree-latin.woff2 +0 -0
- package/dist/assets/images/favicon.ico +0 -0
- package/dist/assets/images/govbb-creast.svg +1 -0
- package/dist/assets/images/govbb-logo.svg +24 -0
- package/dist/styles.css +2249 -0
- package/package.json +39 -0
package/README.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# @govtech-bb/styles
|
|
2
|
+
|
|
3
|
+
CSS-first design system styles for the Government of Barbados Design System.
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
```sh
|
|
8
|
+
pnpm add @govtech-bb/styles
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Use
|
|
12
|
+
|
|
13
|
+
```html
|
|
14
|
+
<link rel="stylesheet" href="/node_modules/@govtech-bb/styles/dist/styles.css" />
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
Or in JS/TS bundlers:
|
|
18
|
+
|
|
19
|
+
```ts
|
|
20
|
+
import "@govtech-bb/styles";
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
Assets (fonts, images) are reachable at `@govtech-bb/styles/assets/*`.
|
|
24
|
+
|
|
25
|
+
## Docs
|
|
26
|
+
|
|
27
|
+
- Component catalog: https://govtech-bb.github.io/design-system/llm/llms.txt
|
|
28
|
+
- Live site: https://govtech-bb.github.io/design-system/
|
|
29
|
+
|
|
30
|
+
## License
|
|
31
|
+
|
|
32
|
+
MIT
|
|
Binary file
|
|
Binary file
|
|
Binary file
|