Skip to content

Commit 4ca27b2

Browse files
authored
Merge pull request #164 from tannerdolby/patch-119
Fixes #119
2 parents 009526d + 50d0613 commit 4ca27b2

10 files changed

Lines changed: 6 additions & 14 deletions

checka11y-errors.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,5 +669,3 @@ iframe[tabindex="-1"] {
669669
border: 0.4rem solid var(--checka11y-border-error);
670670
background-color: var(--checka11y-bg-error);
671671
}
672-
673-
/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */

checka11y-errors.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

checka11y-warnings.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
12
:root {
23
--checka11y-text-warning: #856404;
34
--checka11y-bg-warning: #ffffd8;
@@ -305,5 +306,3 @@ u::after {
305306
border: 0.4rem solid var(--checka11y-border-warning);
306307
background-color: var(--checka11y-bg-warning);
307308
}
308-
309-
/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */

checka11y-warnings.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

checka11y.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
12
:root {
23
--checka11y-text-warning: #856404;
34
--checka11y-bg-warning: #ffffd8;
@@ -306,7 +307,6 @@ u::after {
306307
background-color: var(--checka11y-bg-warning);
307308
}
308309

309-
/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
310310
:root {
311311
--checka11y-text-error: #721c24;
312312
--checka11y-bg-error: #ffc6c6;
@@ -970,6 +970,3 @@ iframe[tabindex="-1"] {
970970
border: 0.4rem solid var(--checka11y-border-error);
971971
background-color: var(--checka11y-bg-error);
972972
}
973-
974-
/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
975-
/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */

checka11y.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/checka11y.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
21
@use "./warnings/checka11y-warnings.scss";
32
@use "./errors/checka11y-errors.scss";

src/errors/checka11y-errors.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
21
@use "./variables" as *;
32
@use "./customisation" as *;
43
@use "../shared/variables" as *;

src/warnings/_customisation.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
12
@use "./variables" as *;
23

34
:root {

src/warnings/checka11y-warnings.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
21
@use "./variables" as *;
32
@use "./customisation" as *;
43
@use "../shared/variables" as *;

0 commit comments

Comments
 (0)