1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-01-22 23:09:41 +00:00
pixelfed/resources/assets/sass/app.scss

12 lines
132 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";