Skip to content

Commit

Permalink
Added Angular package && v1.3.3 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdomleo7 committed Mar 14, 2021
1 parent 398e694 commit 283b18b
Show file tree
Hide file tree
Showing 3 changed files with 443 additions and 225 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ In the below CDN links:

### Package manager (npm or yarn)

It's best practice to install Checka11y.css as a dev dependency rather than a dependency and ensure you only use it in your local/developer environment (do not push this stylesheet to your production environment). You can install `checka11y-css` via **npm** or **yarn**.
It is best practice to install Checka11y.css as a dev dependency rather than a dependency and ensure you only use it in your local/developer environment (do not push this stylesheet to your production environment). You can install `checka11y-css` via **npm** or **yarn**.

_First_ install via **npm**
```
Expand Down Expand Up @@ -127,6 +127,10 @@ In the below imports, replace `:file` with one of the options below:
@import 'path/to/node_modules/checka11y-css/:file';
```

### Using Angular?

👉 [Go to ngx-checka11y](https://github.com/AlaaEl-DinAhmed/ngx-checka11y)

---

## Why is accessibility important?
Expand Down
Loading

0 comments on commit 283b18b

Please sign in to comment.