Skip to content

Commit b4b11be

Browse files
committed
Lint
1 parent 5103510 commit b4b11be

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/checka11y.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
@use './shared/license';
1+
@use "./shared/license";
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-
@use '../shared/license';
1+
@use "../shared/license";
22
@use "./variables" as *;
33
@use "./customisation" as *;
44
@use "../shared/variables" as *;

src/shared/_license.scss

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

src/warnings/checka11y-warnings.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@use '../shared/license';
1+
@use "../shared/license";
22
@use "./variables" as *;
33
@use "./customisation" as *;
44
@use "../shared/variables" as *;

0 commit comments

Comments
 (0)