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
|
// Custom fonts
|
||||||
@import "~typeface-roboto";
|
@import "~typeface-roboto/index.css";
|
||||||
@import "./mixins";
|
|
||||||
|
|
||||||
// Material Design Icons, used primarily in icon.tsx
|
// Material Design Icons, used primarily in icon.tsx
|
||||||
// Latest: https://github.com/google/material-design-icons/tree/master/font
|
// Latest: https://github.com/google/material-design-icons/tree/master/font
|
||||||
|
|||||||
@ -62,7 +62,7 @@
|
|||||||
|
|
||||||
// Makes custom @font-family available at earlier stages.
|
// Makes custom @font-family available at earlier stages.
|
||||||
// Element must exist in DOM as soon as possible to initiate preloading.
|
// Element must exist in DOM as soon as possible to initiate preloading.
|
||||||
@mixin font-preload($fontFamily: "RobotoMono") {
|
@mixin font-preload($fontFamily) {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user