mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-24 15:31:26 +00:00
18 lines
No EOL
258 B
SCSS
Vendored
18 lines
No EOL
258 B
SCSS
Vendored
|
|
// Fonts
|
|
@import "fonts";
|
|
@import "lib/fontawesome";
|
|
|
|
// Variables
|
|
@import "variables";
|
|
|
|
// Bootstrap
|
|
@import '~bootstrap/scss/bootstrap';
|
|
|
|
@import "custom";
|
|
|
|
@import "components/typeahead";
|
|
|
|
@import "components/notifications";
|
|
|
|
@import "components/switch"; |