1
0
Fork 0
pixelfed/resources/assets/sass/app.scss

12 lines
190 B
SCSS
Raw Normal View History

2018-04-15 23:56:48 +00:00
// Fonts
2018-04-16 01:35:11 +00:00
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,600");
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";