Skip to content

Commit

Permalink
Removing container grid styles and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan authored and shawnbot committed Sep 10, 2019
1 parent 06ead4c commit b9b0638
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 99 deletions.
91 changes: 0 additions & 91 deletions docs/content/objects/layout.md

This file was deleted.

8 changes: 0 additions & 8 deletions src/layout/container.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
// Fixed-width, centered column for site content.
// This will be deprecated and replaced with container-lg in future
.container {
width: $container-width;
margin-right: auto;
margin-left: auto;
@include clearfix;
}

// Handy container styles that match our breakpoints

// 544px
Expand Down

0 comments on commit b9b0638

Please sign in to comment.