Skip to content

Commit 30788d4

Browse files
committed
Updated version from v2.2.0 to v2.3.0
1 parent b82e855 commit 30788d4

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "2.2.0",
3+
"version": "2.3.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 v2.0.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
1+
/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
22
@use "./warnings/checka11y-warnings.scss";
33
@use "./errors/checka11y-errors.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 v2.0.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
1+
/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
22
@use "./variables" as *;
33
@use "./customisation" as *;
44
@use "../shared/variables" as *;

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 v2.0.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
1+
/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */
22
@use "./variables" as *;
33
@use "./customisation" as *;
44
@use "../shared/variables" as *;

0 commit comments

Comments
 (0)