Skip to content

Commit 8f05058

Browse files
authored
Merge pull request #128 from jackdomleo7/update_from_v1.3.3_to_v1.4.0
2 parents d454212 + 8e13691 commit 8f05058

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

checka11y-errors.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Checka11y.css v1.3.3 | MIT License | github.com/jackdomleo7/Checka11y.css */
1+
/*! Checka11y.css v1.4.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
22
:root {
33
--checka11y-text-error: #721c24;
44
--checka11y-bg-error: #ffc6c6;

checka11y-warnings.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Checka11y.css v1.3.3 | MIT License | github.com/jackdomleo7/Checka11y.css */
1+
/*! Checka11y.css v1.4.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
22
:root {
33
--checka11y-text-warning: #856404;
44
--checka11y-bg-warning: #ffffd8;

checka11y.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +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 */
1+
/*! Checka11y.css v1.4.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
2+
/*! Checka11y.css v1.4.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
33
:root {
44
--checka11y-text-error: #721c24;
55
--checka11y-bg-error: #ffc6c6;
@@ -624,7 +624,7 @@ iframe[tabindex="-1"] {
624624
background-color: var(--checka11y-bg-error);
625625
}
626626

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "checka11y-css",
3-
"version": "1.3.3",
3+
"version": "1.4.0",
44
"description": "A CSS stylesheet to quickly highlight a11y concerns.",
55
"main": "checka11y.css",
66
"style": "checka11y.css",

src/checka11y.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
/*! Checka11y.css v1.3.3 | MIT License | github.com/jackdomleo7/Checka11y.css */
1+
/*! Checka11y.css v1.4.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
22
@import "./errors/checka11y-errors.scss";
33
@import "./warnings/checka11y-warnings.scss";

src/errors/checka11y-errors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Checka11y.css v1.3.3 | MIT License | github.com/jackdomleo7/Checka11y.css */
1+
/*! Checka11y.css v1.4.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
22
@import "./variables";
33
@import "./customisation";
44
@import "../shared/variables";

src/warnings/checka11y-warnings.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Checka11y.css v1.3.3 | MIT License | github.com/jackdomleo7/Checka11y.css */
1+
/*! Checka11y.css v1.4.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
22
@import "./variables";
33
@import "./customisation";
44
@import "../shared/variables";

0 commit comments

Comments
 (0)