Refactor index meta #22

Merged
ro merged 3 commits from moiety/infex-meta into develop 2025-05-05 22:08:46 +02:00
2 changed files with 14 additions and 0 deletions
Showing only changes of commit d138198305 - Show all commits

View file

@ -1,3 +1,4 @@
@import "../global/utilities.css";
@import "../global/colors.css"; @import "../global/colors.css";
@import "../global/forms.css"; @import "../global/forms.css";
@import "../global/typography.css"; @import "../global/typography.css";

View file

@ -0,0 +1,13 @@
/**
* Utilities
*/
.visually-hidden:not(:focus):not(:active) {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
white-space: nowrap;
}