Skip to content

Commit 92baa65

Browse files
authored
Merge pull request #116 from jackdomleo7/project-fixes
2 parents 36f99ca + d1bbb89 commit 92baa65

9 files changed

Lines changed: 5746 additions & 151 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Checka11y.css is licensed under MIT. As a minimum, you are required to KEEP AND
167167

168168
## Contributing
169169

170-
_This project uses npm6 and Node >= 14 - however any project using this package **does not** need these versions, they can use any version of npm & Node._
170+
_This project uses npm8 and Node >= 14 - however any project using this package **does not** need these versions, they can use any version of npm & Node._
171171

172172
1. Read [CONTRIBUTING](./CONTRIBUTING.md) guidelines
173173
2. `git clone https://github.com/jackdomleo7/Checka11y.css.git` or fork the repo

checka11y-errors.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*! Checka11y.css v1.3.3 | MIT License | github.com/jackdomleo7/Checka11y.css */
12
:root {
23
--checka11y-text-error: #721c24;
34
--checka11y-bg-error: #ffc6c6;

checka11y-warnings.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*! Checka11y.css v1.3.3 | MIT License | github.com/jackdomleo7/Checka11y.css */
12
:root {
23
--checka11y-text-warning: #856404;
34
--checka11y-bg-warning: #ffffd8;

checka11y.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/*! Checka11y.css v1.3.3 | MIT License | github.com/jackdomleo7/Checka11y.css */
2+
/*! Checka11y.css v1.3.3 | MIT License | github.com/jackdomleo7/Checka11y.css */
13
:root {
24
--checka11y-text-error: #721c24;
35
--checka11y-bg-error: #ffc6c6;
@@ -622,6 +624,7 @@ iframe[tabindex="-1"] {
622624
background-color: var(--checka11y-bg-error);
623625
}
624626

627+
/*! Checka11y.css v1.3.3 | MIT License | github.com/jackdomleo7/Checka11y.css */
625628
:root {
626629
--checka11y-text-warning: #856404;
627630
--checka11y-bg-warning: #ffffd8;

0 commit comments

Comments
 (0)