Skip to content

Commit

Permalink
Revert "Decanter 161 grid version v04 (#187)"
Browse files Browse the repository at this point in the history
This reverts commit 01a4d91.
  • Loading branch information
Joe Knox authored Aug 16, 2018
1 parent 01a4d91 commit b27b922
Show file tree
Hide file tree
Showing 311 changed files with 42,056 additions and 2,659 deletions.
4 changes: 2 additions & 2 deletions css/decanter-grid.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 4 additions & 16 deletions css/decanter-kss.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/decanter-no-markup.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

143 changes: 10 additions & 133 deletions css/decanter.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/decanter.min.js

Large diffs are not rendered by default.

61 changes: 0 additions & 61 deletions scss/core/grid/_grid.scss

This file was deleted.

8 changes: 0 additions & 8 deletions scss/core/grid/index.scss

This file was deleted.

7 changes: 0 additions & 7 deletions scss/core/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
//
// Style guide: Core.Fonts

// Grid
//
// Markup: ../../templates/core/grid/grid.twig
//
// Style guide: Core.Grid

// Colors
//
// Markup: ../templates/core/colors/colors.twig
Expand All @@ -25,5 +19,4 @@

@import
'fonts/index',
'grid/index',
'base';
4 changes: 2 additions & 2 deletions scss/kss/_class-based-grid.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
@charset "UTF-8";

// Margins to aid in demonstration of markup.
.grid--container {
.decanter-grid {
margin-bottom: 20px;
}

// Colors to distinguish odd vs. even cells.
.grid--item {
.decanter-grid--item {
padding: 10px;
overflow: hidden;
background-color: rgba(black, .125);
Expand Down
20 changes: 0 additions & 20 deletions scss/kss/_colors-demo.scss

This file was deleted.

Loading

0 comments on commit b27b922

Please sign in to comment.