34 lines
574 B
SCSS
Raw Normal View History

@import 'bootstrap-sprockets';
@import 'bootstrap';
2014-10-06 19:11:52 -04:00
2017-04-06 18:41:12 -04:00
@import url('https://fonts.googleapis.com/css?family=Fira+Mono|Open+Sans:400,600');
2014-10-18 19:19:23 -04:00
2017-03-03 08:39:55 -08:00
// Mega Nav
@import 'hashicorp/mega-nav';
// Anchor links
@import 'hashicorp/anchor-links';
2014-02-07 16:41:03 -08:00
// Core variables and mixins
@import '_variables';
2014-02-07 16:41:03 -08:00
// Sidebar
@import 'hashicorp/sidebar';
2014-02-07 16:41:03 -08:00
//Global Site
@import '_global';
2015-11-06 23:17:00 -08:00
2014-02-07 16:41:03 -08:00
// Components
@import '_header';
2015-11-08 23:16:24 -08:00
@import '_footer';
@import '_inner';
@import '_buttons';
@import '_syntax';
@import '_logos';
2014-02-07 16:41:03 -08:00
// Pages
@import "_community";
@import "_docs";
@import "_downloads";
@import "_home";