vagrant/website/source/assets/stylesheets/application.scss

35 lines
594 B
SCSS
Raw Normal View History

2017-03-28 01:19:52 +00:00
@import 'bootstrap-sprockets';
@import 'bootstrap';
2017-04-06 22:39:43 +00:00
@import url('https://fonts.googleapis.com/css?family=Fira+Mono|Open+Sans:400,600');
2017-03-28 01:19:52 +00:00
2017-03-03 18:56:16 +00:00
// Mega Nav
@import 'hashicorp/mega-nav';
2017-03-28 01:19:52 +00:00
// Anchor links
@import 'hashicorp/anchor-links';
2017-03-28 15:21:45 +00:00
// Core variables and mixins
@import '_variables';
2017-03-28 01:19:52 +00:00
// Sidebar
@import 'hashicorp/sidebar';
// Global Site
2017-03-28 01:19:52 +00:00
@import '_global';
// Components
2017-03-28 01:19:52 +00:00
@import '_header';
@import '_footer';
@import '_inner';
@import '_buttons';
2017-03-28 15:21:45 +00:00
@import '_syntax';
2017-03-28 01:19:52 +00:00
@import '_logos';
// Pages
2017-03-28 01:19:52 +00:00
@import '_community';
@import '_docs';
@import '_downloads';
@import '_home';
@import '_vmware';