This commit is contained in:
Eugene Pankov 2021-09-16 23:40:58 +02:00
parent 97b34cd702
commit 00e310a659
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
@import "theme/vars"; @import "~theme/vars";
:host { :host {
position: absolute; position: absolute;

View File

@ -1,4 +1,4 @@
@import "theme/vars"; @import "~theme/vars";
:host { :host {
display: flex; display: flex;

View File

@ -1,4 +1,4 @@
@import "theme/vars"; @import "~theme/vars";
@import "~@fontsource/fira-code/latin.css"; @import "~@fontsource/fira-code/latin.css";
:host { :host {

View File

@ -1,4 +1,4 @@
@import "theme/vars"; @import "~theme/vars";
h1 { h1 {
font-family: $font-family-monospace; font-family: $font-family-monospace;