Skip to content

Commit

Permalink
fix licensing comment appearing thrice
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerdolby committed Jan 20, 2023
1 parent 009526d commit 50d0613
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 14 deletions.
2 changes: 0 additions & 2 deletions checka11y-errors.css
Original file line number Diff line number Diff line change
Expand Up @@ -669,5 +669,3 @@ iframe[tabindex="-1"] {
border: 0.4rem solid var(--checka11y-border-error);
background-color: var(--checka11y-bg-error);
}

/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
2 changes: 1 addition & 1 deletion checka11y-errors.min.css

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions checka11y-warnings.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
:root {
--checka11y-text-warning: #856404;
--checka11y-bg-warning: #ffffd8;
Expand Down Expand Up @@ -305,5 +306,3 @@ u::after {
border: 0.4rem solid var(--checka11y-border-warning);
background-color: var(--checka11y-bg-warning);
}

/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
2 changes: 1 addition & 1 deletion checka11y-warnings.min.css

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions checka11y.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
:root {
--checka11y-text-warning: #856404;
--checka11y-bg-warning: #ffffd8;
Expand Down Expand Up @@ -306,7 +307,6 @@ u::after {
background-color: var(--checka11y-bg-warning);
}

/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
:root {
--checka11y-text-error: #721c24;
--checka11y-bg-error: #ffc6c6;
Expand Down Expand Up @@ -970,6 +970,3 @@ iframe[tabindex="-1"] {
border: 0.4rem solid var(--checka11y-border-error);
background-color: var(--checka11y-bg-error);
}

/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
2 changes: 1 addition & 1 deletion checka11y.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/checka11y.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
@use "./warnings/checka11y-warnings.scss";
@use "./errors/checka11y-errors.scss";
1 change: 0 additions & 1 deletion src/errors/checka11y-errors.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
@use "./variables" as *;
@use "./customisation" as *;
@use "../shared/variables" as *;
Expand Down
1 change: 1 addition & 0 deletions src/warnings/_customisation.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
@use "./variables" as *;

:root {
Expand Down
1 change: 0 additions & 1 deletion src/warnings/checka11y-warnings.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
@use "./variables" as *;
@use "./customisation" as *;
@use "../shared/variables" as *;
Expand Down

0 comments on commit 50d0613

Please sign in to comment.