Skip to content

Commit ab3856f

Browse files
committed
Move license comment to it's own file
1 parent 9be1b14 commit ab3856f

7 files changed

Lines changed: 6 additions & 2 deletions

File tree

checka11y-errors.css

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
:root {
23
--checka11y-text-error: #721c24;
34
--checka11y-bg-error: #ffc6c6;

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.

src/checka11y.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
@use './shared/license';
12
@use "./warnings/checka11y-warnings.scss";
23
@use "./errors/checka11y-errors.scss";

src/errors/checka11y-errors.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@use '../shared/license';
12
@use "./variables" as *;
23
@use "./customisation" as *;
34
@use "../shared/variables" as *;

src/shared/_license.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/*! Checka11y.css v2.3.0 | MIT License | github.com/jackdomleo7/Checka11y.css */

src/warnings/_customisation.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

43
:root {

src/warnings/checka11y-warnings.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@use '../shared/license';
12
@use "./variables" as *;
23
@use "./customisation" as *;
34
@use "../shared/variables" as *;

0 commit comments

Comments
 (0)