1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 17:56:48 +00:00
pixelfed/resources/assets/sass/app.scss
2018-06-13 20:57:16 -06:00

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