Skip to content

Instantly share code, notes, and snippets.

View captainill's full-sized avatar

Jonathan Thomas captainill

View GitHub Profile
//psudeo code
var items = {
'ruby': {
name: 'Ruby',
url: '/assets/images...',
workfloadType: 'container',
sentenceAlias: 'Containerized Ruby'
},
'aws': {
/* ==========================================================================
Spacing-specific utilities
========================================================================== */
/**
* Used to adjust the default spacing between components
* Use with great care!
*
* u-<type><direction><size>
*
.container {
width: 100%;
margin: 0 auto;
position: relative;
@include from($desktop) {
max-width: $desktop - (2 * $gap);
width: $desktop - (2 * $gap) ;
&.is-fluid {
margin-left: $gap;