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:
parent
150b91d267
commit
11b17ce4ec
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user