1
0
Fork 0
forked from mirror/pixelfed
pixelfed/resources/assets/sass/app.scss

12 lines
132 B
SCSS
Raw Normal View History

2018-04-15 17:56:48 -06:00
// Fonts
2018-04-15 19:54:38 -06:00
@import "fonts";
2018-04-15 17:56:48 -06:00
// Variables
@import "variables";
// Bootstrap
@import '~bootstrap/scss/bootstrap';
2018-04-15 19:35:11 -06:00
@import "custom";