Skip to content

Commit

Permalink
remove inuit responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
randyaskin committed Jul 18, 2017
1 parent 223e1a2 commit 55a2eed
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 20 deletions.
11 changes: 3 additions & 8 deletions _trumps.widths-responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
/// @group px-widths-responsive-design
////

@import "inuit-responsive-settings/_settings.responsive.scss";
@import "inuit-responsive-tools/_tools.responsive.scss";
@import "px-helpers-design/_generic.helpers.scss";
@import "px-widths-design/_trumps.widths.scss";

/// By default we will create wholes, halves, thirds, quarters, and sixths. Predefine this Map to override.
/// @group px-widths-responsive-design:variables:style
/// @type List [default]
/// @todo n/a
$inuit-widths-columns-responsive: (
1,
2,
Expand All @@ -21,18 +21,13 @@ $inuit-widths-columns-responsive: (

// Loop over our breakpoints defined in _settings.responsive.scss
@each $breakpoint in $breakpoints {

// Get the name of the breakpoint.
$alias: nth($breakpoint, 1);

@include media-query($alias) {

// Loop through each of our column sizes and generate its responsive width
// classes.
@each $inuit-widths-column in $inuit-widths-columns-responsive {
@include inuit-widths($inuit-widths-column, -#{$alias});
}

}

}
}
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"LICENSE.md"
],
"dependencies": {
"inuit-responsive-tools": "~0.1.3",
"px-helpers-design": "^1.0.0",
"px-widths-design": "^1.0.0"
},
"devDependencies": {
Expand All @@ -44,4 +44,4 @@
"resolutions": {
"webcomponentsjs": "^0.7.24"
}
}
}
Loading

0 comments on commit 55a2eed

Please sign in to comment.