We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3910012 commit 2003d6cCopy full SHA for 2003d6c
source/_patterns/00-base/icons/_icons.helpers.scss
@@ -32,9 +32,7 @@
32
33
content: var(--icon-glyph-#{$position});
34
// Hiding icon from screenreaders
35
- @supports (content: ""/"") {
36
- content: var(--icon-glyph-#{$position}) / ""; // https://www.w3.org/TR/css-content-3/#alt
37
- }
+ content: var(--icon-glyph-#{$position}) / ""; // https://www.w3.org/TR/css-content-3/#alt
38
39
@if $partial {
40
display: inline-block;
0 commit comments