File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Forge CSS
2
2
3
+ ![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/zigurous/forge-css/cdn-deploy.yml )
4
+ ![ GitHub package.json version] ( https://img.shields.io/github/package-json/v/zigurous/forge-css )
5
+ ![ GitHub License] ( https://img.shields.io/github/license/zigurous/forge-css )
6
+
3
7
The official CSS implementation of the Forge design system created by [ @zigurous ] ( https://github.com/zigurous ) .
4
8
5
9
## Installation
@@ -26,7 +30,7 @@ import '@zigurous/forge-css/dist/index.min.css'
26
30
27
31
Add one of the following links to your HTML:
28
32
29
- #### Cloudfront
33
+ #### CloudFront
30
34
31
35
``` html
32
36
<
link href =
" https://cdn.zigurous.com/[email protected] /dist/index.min.css" rel =
" stylesheet" >
@@ -38,7 +42,7 @@ Add one of the following links to your HTML:
38
42
<
link href =
" https://cdn.jsdelivr.net/gh/zigurous/[email protected] /dist/index.min.css" rel =
" stylesheet" >
39
43
```
40
44
41
- #### statically
45
+ #### Statically
42
46
43
47
``` html
44
48
<link href =" https://cdn.statically.io/gh/zigurous/forge-css/1.0.0/dist/index.min.css" rel =" stylesheet" >
You can’t perform that action at this time.
0 commit comments