Skip to content

Commit

Permalink
Merge pull request #140 from jackdomleo7/v2_release
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdomleo7 committed Oct 19, 2021
2 parents ba86a9a + 9ab6f27 commit 3e2c7c8
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion checka11y-errors.css
Original file line number Diff line number Diff line change
Expand Up @@ -622,4 +622,4 @@ iframe[tabindex="-1"] {
background-color: var(--checka11y-bg-error);
}

/*! Checka11y.css v1.3.3 | MIT License | github.com/jackdomleo7/Checka11y.css */
/*! Checka11y.css v2.0.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
2 changes: 1 addition & 1 deletion checka11y-warnings.css
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,4 @@ u::after {
background-color: var(--checka11y-bg-warning);
}

/*! Checka11y.css v1.3.3 | MIT License | github.com/jackdomleo7/Checka11y.css */
/*! Checka11y.css v2.0.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
6 changes: 3 additions & 3 deletions checka11y.css
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ iframe[tabindex="-1"] {
background-color: var(--checka11y-bg-error);
}

/*! Checka11y.css v1.3.3 | MIT License | github.com/jackdomleo7/Checka11y.css */
/*! Checka11y.css v2.0.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
:root {
--checka11y-text-warning: #856404;
--checka11y-bg-warning: #ffffd8;
Expand Down Expand Up @@ -897,5 +897,5 @@ u::after {
background-color: var(--checka11y-bg-warning);
}

/*! Checka11y.css v1.3.3 | MIT License | github.com/jackdomleo7/Checka11y.css */
/*! Checka11y.css v1.3.3 | MIT License | github.com/jackdomleo7/Checka11y.css */
/*! Checka11y.css v2.0.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
/*! Checka11y.css v2.0.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checka11y-css",
"version": "1.4.0",
"version": "2.0.0",
"description": "A CSS stylesheet to quickly highlight a11y concerns.",
"main": "checka11y.css",
"style": "checka11y.css",
Expand Down
2 changes: 1 addition & 1 deletion src/checka11y.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/*! Checka11y.css v1.3.3 | MIT License | github.com/jackdomleo7/Checka11y.css */
/*! Checka11y.css v2.0.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
@use "./errors/checka11y-errors.scss";
@use "./warnings/checka11y-warnings.scss";
2 changes: 1 addition & 1 deletion src/errors/checka11y-errors.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Checka11y.css v1.3.3 | MIT License | github.com/jackdomleo7/Checka11y.css */
/*! Checka11y.css v2.0.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
@use "./variables" as *;
@use "./customisation" as *;
@use "../shared/variables" as *;
Expand Down
2 changes: 1 addition & 1 deletion src/warnings/checka11y-warnings.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Checka11y.css v1.3.3 | MIT License | github.com/jackdomleo7/Checka11y.css */
/*! Checka11y.css v2.0.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
@use "./variables" as *;
@use "./customisation" as *;
@use "../shared/variables" as *;
Expand Down

0 comments on commit 3e2c7c8

Please sign in to comment.