ci: 👷 lint code to MediaWiki standards

Check commit and GitHub actions for more details
This commit is contained in:
github-actions 2023-06-04 17:17:24 +00:00
parent f9dad61263
commit eed8972d2b

View file

@ -135,13 +135,13 @@
// To hide objects, but keep them accessible for screen-readers
// From https://www.a11yproject.com/posts/how-to-hide-content
.hidden() {
clip: rect(0 0 0 0);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
overflow: hidden;
width: 1px;
height: 1px;
clip: rect( 0 0 0 0 );
clip-path: inset( 50% );
white-space: nowrap;
}
// Set content to be at the center