1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-22 15:55:14 +00:00
pixelfed/resources/assets/sass/app.scss
Daniel Supernault 15d65531a6
Update styles
2022-03-02 01:54:14 -07:00

29 lines
420 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";
@import 'animate.css';
@import "lib/placeholder-loading";