39 lines
797 B
SCSS
Raw Normal View History

2014-10-06 19:11:52 -04:00
// Import bootstrap
@import "bootstrap-sprockets";
@import "bootstrap";
2014-10-18 19:19:23 -04:00
// Remote fonts
2016-01-12 11:31:22 -08:00
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Open+Sans:300,400,600");
2014-10-18 19:19:23 -04:00
2014-02-07 16:41:03 -08:00
// Core variables and mixins
@import "_variables";
// Utility classes
@import "_utilities";
// Core CSS
@import "_fonts";
//Global Site
@import "_global";
2015-11-06 23:17:00 -08:00
// Hashicorp Shared Project Styles
@import 'hashicorp-shared/_hashicorp-utility';
2015-11-06 23:38:43 -08:00
@import 'hashicorp-shared/_project-utility';
2015-11-06 23:17:00 -08:00
@import 'hashicorp-shared/_hashicorp-header';
@import 'hashicorp-shared/_hashicorp-sidebar';
2014-02-07 16:41:03 -08:00
// Components
@import '_announcement-bnr';
2014-02-07 16:41:03 -08:00
@import "_header";
2015-11-08 23:16:24 -08:00
@import '_footer';
2014-02-07 16:41:03 -08:00
@import "_jumbotron";
2014-04-05 02:03:01 -07:00
@import "_buttons";
2015-11-06 23:17:00 -08:00
@import '_sidebar';
2014-02-07 16:41:03 -08:00
// Pages
@import "_home";
@import "_community";
@import "_docs";
@import "_downloads";