liuxiaolong
2022-06-28 37714b1093c04061e636e5b1d27179652e671c0a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
@import 'bootstrap-sprockets';
@import 'bootstrap';
 
@import url('https://fonts.googleapis.com/css?family=Fira+Mono|Open+Sans:400,600');
 
// Anchor links
@import 'hashicorp/anchor-links';
 
// Core variables and mixins
@import '_variables';
 
// Sidebar
@import 'hashicorp/sidebar';
@import 'hashicorp/mega-nav';
 
//Global Site
@import '_global';
 
// Components
@import '_header';
@import '_footer';
@import '_inner';
@import '_buttons';
@import '_syntax';
@import '_logos';
 
// Pages
@import "_community";
@import "_docs";
@import "_downloads";
@import "_home";
@import "_simulator";