mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixes for pedantic filename case on linux
This commit is contained in:
parent
c7a2d41b8d
commit
9399869469
9 changed files with 19 additions and 19 deletions
|
@ -1,12 +1,12 @@
|
|||
@import "bootstrap/variables";
|
||||
@import "bootstrap/mixins";
|
||||
@import "bootstrap/type";
|
||||
@import "Bootstrap/variables";
|
||||
@import "Bootstrap/mixins";
|
||||
@import "Bootstrap/type";
|
||||
@import "font";
|
||||
@import "form";
|
||||
@import "theme";
|
||||
@import "menu";
|
||||
@import "backgrid/backgrid";
|
||||
@import "../shared/styles/clickable";
|
||||
@import "Backgrid/backgrid";
|
||||
@import "../Shared/Styles/clickable";
|
||||
@import "prefixer";
|
||||
@import "icons";
|
||||
@import "spinner";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue