Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Commit

Permalink
Tables: Updating tables to reflect new JSASS var changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristyjy committed May 9, 2016
1 parent d508bac commit 0d78e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/atoms/tables/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ td {
th {
border-top: map-get($table-base, border);
padding: map-get($table-base, padding);
color: map-get($text, light);
color: map-get($colors-text, light);
font-weight: 400;
font-size: map-get($table-base, thead-font-size);
white-space: nowrap;
Expand Down
2 changes: 1 addition & 1 deletion scss/variables/tables.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}( this, function( chassis ) {

chassis.table = {
"table-base": {
"base": {
name: "Table Element",
value: {
"margin": "0 0 1em",
Expand Down

0 comments on commit 0d78e49

Please sign in to comment.