Skip to content

Commit fe48937

Browse files
committed
Added docs on minified stylesheets
1 parent f0e93af commit fe48937

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,11 @@ In the below CDN links:
8484
- Replace `:version` with a version [listed here](https://www.npmjs.com/package/checka11y-css?activeTab=versions) (latest version is always recommended). If you always want to get the latest stylesheet, remove `@:version` completely (Not recommended).
8585
- Replace `:stylesheet` with one of the listed stylesheets below:
8686
- `checka11y.css` <small>(errors & warnings, recommended)</small>
87+
- `checka11y.min.css` <small>(minified errors & warnings, recommended)</small>
8788
- `checka11y-errors.css` <small>(errors **only**)</small>
89+
- `checka11y-errors.min.css` <small>(minified errors **only**)</small>
8890
- `checka11y-warnings.css` <small>(errors **only**)</small>
91+
- `checka11y-warnings.min.css` <small>(minified errors **only**)</small>
8992

9093
```html
9194
<!-- HTML -->

0 commit comments

Comments
 (0)