1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

attempt to fix tests, clean up

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2022-03-29 12:02:24 +03:00
parent 150b91d267
commit 11b17ce4ec
2 changed files with 2 additions and 3 deletions

View File

@ -4,8 +4,7 @@
*/
// Custom fonts
@import "~typeface-roboto";
@import "./mixins";
@import "~typeface-roboto/index.css";
// Material Design Icons, used primarily in icon.tsx
// Latest: https://github.com/google/material-design-icons/tree/master/font

View File

@ -62,7 +62,7 @@
// Makes custom @font-family available at earlier stages.
// Element must exist in DOM as soon as possible to initiate preloading.
@mixin font-preload($fontFamily: "RobotoMono") {
@mixin font-preload($fontFamily) {
position: absolute;
visibility: hidden;
height: 0;