pixelfed/resources/assets/sass/app.scss

26 lines
399 B
SCSS
Raw Normal View History

2018-04-15 23:56:48 +00:00
// Fonts
2018-04-16 01:54:38 +00:00
@import "fonts";
2018-06-04 01:38:18 +00:00
@import "lib/fontawesome";
2018-04-15 23:56:48 +00:00
// Variables
@import "variables";
// Bootstrap
@import '~bootstrap/scss/bootstrap';
2018-04-16 01:35:11 +00:00
@import "custom";
2018-05-20 03:14:39 +00:00
2018-06-14 02:57:16 +00:00
@import "components/filters";
2018-05-20 03:14:39 +00:00
@import "components/typeahead";
2018-06-09 22:29:36 +00:00
@import "components/notifications";
2018-10-22 01:49:42 +00:00
@import "components/switch";
@import '~bootstrap-vue/dist/bootstrap-vue.css';
2018-11-30 20:36:05 +00:00
2020-08-12 01:07:37 +00:00
@import "moment";
@import '~animate.css/animate.min.css';