1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 01:36:43 +00:00
pixelfed/resources/assets/sass/app.scss
Daniel Supernault b1ed4a2744
Update app sass
2019-11-05 23:34:31 -07:00

24 lines
No EOL
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";