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