mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
24 lines
358 B
SCSS
Vendored
24 lines
358 B
SCSS
Vendored
|
|
// Fonts
|
|
@import "fonts";
|
|
@import "lib/fontawesome";
|
|
|
|
// Variables
|
|
@import "variables";
|
|
|
|
// Bootstrap
|
|
@import '~bootstrap/scss/bootstrap';
|
|
|
|
@import "custom";
|
|
|
|
@import "components/filters";
|
|
|
|
@import "components/typeahead";
|
|
|
|
@import "components/notifications";
|
|
|
|
@import "components/switch";
|
|
|
|
@import '~bootstrap-vue/dist/bootstrap-vue.css';
|
|
|
|
@import "moment"; |