mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
20 lines
254 B
SCSS
Vendored
20 lines
254 B
SCSS
Vendored
|
|
// Fonts
|
|
//@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
|
|
|
|
// Variables
|
|
@import "variables";
|
|
|
|
// Bootstrap
|
|
@import "normalise";
|
|
|
|
// Bootstrap
|
|
@import "_app";
|
|
@import "rune";
|
|
|
|
// Huebee
|
|
@import "huebee";
|
|
|
|
@import "select2";
|
|
|