mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
16 lines
228 B
SCSS
Vendored
16 lines
228 B
SCSS
Vendored
|
|
// Fonts
|
|
@import "fonts";
|
|
@import "lib/fontawesome";
|
|
|
|
// Variables
|
|
@import "variables";
|
|
|
|
// Bootstrap
|
|
@import '~bootstrap/scss/bootstrap';
|
|
|
|
@import "custom";
|
|
|
|
@import "components/typeahead";
|
|
|
|
@import "components/notifications"; |