Skip to content

Commit 558b2a8

Browse files
authored
Merge pull request #204 from BeAPI/fix/scss-sr-only
fix (scss) : no css in abstract folder
2 parents e437303 + 6e1e19c commit 558b2a8

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

src/scss/abstract/_m-sr-only.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,3 @@
5353
}
5454
}
5555
}
56-
57-
.sr-only {
58-
@include sr-only;
59-
}
60-
61-
.sr-only-focusable {
62-
@include sr-only(true);
63-
}

src/scss/base/_sr-only.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.sr-only {
2+
@include sr-only;
3+
}
4+
5+
.sr-only-focusable {
6+
@include sr-only(true);
7+
}

src/scss/editor.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ $entry-file-name: "editor";
66

77
// Base
88

9+
@import "base/sr-only";
910
@import "base/fonts";
1011
@import "base/box-sizing";
1112
@import "base/text";

src/scss/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ $entry-file-name: "style";
88

99
// Base
1010

11+
@import "base/sr-only";
1112
@import "base/fonts";
1213
@import "base/box-sizing";
1314
@import "base/svg-icons";

0 commit comments

Comments
 (0)