Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Remove redundant/unused CSS classing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinsina committed Jun 1, 2022
1 parent 6dfb334 commit d39c5fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions packages/marko-web-theme-default/scss/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,3 @@ body {
padding-left: 0;
}
}

.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap; /* added line */
border: 0;
}
12 changes: 0 additions & 12 deletions packages/marko-web-theme-monorail/scss/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,3 @@
@import "./components/blocks/top-stories";
@import "./components/blocks/top-stories-menu";
@import "./components/blocks/white-papers";

.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap; /* added line */
border: 0;
}

0 comments on commit d39c5fa

Please sign in to comment.