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

15 lines
201 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-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
@import "components/typeahead";
@import "components/notifications";