forked from treehouse/mastodon
try to fix compile
parent
ce30dbc2f9
commit
8d1fe49d81
|
@ -1,4 +1,4 @@
|
|||
@import 'flavours/glitch/styles/mastodon';
|
||||
@import 'flavours/glitch/styles/application';
|
||||
@media (prefers-color-scheme: light) {
|
||||
@import 'flavours/glitch/styles/mastodon-light';
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import 'styles/mastodon';
|
||||
@import 'styles/application';
|
||||
@media (prefers-color-scheme: light) {
|
||||
@import 'styles/mastodon-light';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue