This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
site-base/resources/assets/sass/app.scss
2017-12-03 16:03:57 +11:00

16 lines
346 B
SCSS
Vendored

// Fonts
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
// Variables
@import "variables";
// Bootstrap
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
//Ionicons
@import "node_modules/ionicons/dist/scss/ionicons.scss";
//Font awesome
@import "node_modules/font-awesome/scss/font-awesome.scss";