mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-23 23:11:27 +00:00
16 lines
No EOL
228 B
SCSS
Vendored
16 lines
No EOL
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"; |