1
0
Fork 0
forked from mirror/pixelfed
pixelfed/resources/assets/sass/app.scss

27 lines
426 B
SCSS
Raw Normal View History

2018-04-15 17:56:48 -06:00
// Fonts
2018-04-15 19:54:38 -06:00
@import "fonts";
2018-06-03 19:38:18 -06:00
@import "lib/fontawesome";
2018-04-15 17:56:48 -06:00
// Variables
@import "variables";
// Bootstrap
@import '~bootstrap/scss/bootstrap';
2018-04-15 19:35:11 -06:00
@import "custom";
2018-05-19 21:14:39 -06:00
2018-06-13 20:57:16 -06:00
@import "components/filters";
2018-05-19 21:14:39 -06:00
@import "components/typeahead";
2018-06-09 16:29:36 -06:00
@import "components/notifications";
2018-10-21 19:49:42 -06:00
@import "components/switch";
@import '~bootstrap-vue/dist/bootstrap-vue.css';
2018-11-30 13:36:05 -07:00
@import '~plyr/dist/plyr.css';
2018-12-01 21:02:59 -07:00
@import '~vue-loading-overlay/dist/vue-loading.css';