Skip to content

Commit

Permalink
Merge pull request #95 from FundingCircle/lo-wrap-class-amend
Browse files Browse the repository at this point in the history
Update to paddings on wrap utility class
  • Loading branch information
Lucy Oliphant committed Mar 4, 2016
2 parents ada0e93 + e8deb74 commit 1c5c2cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass-common",
"version": "2.7.20",
"version": "2.7.21",
"description": "Collection of the SASS mixins used to style the Funding Circle pages.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass-common",
"version": "2.7.20",
"version": "2.7.21",
"description": "Collection of the SASS mixins used to style the Funding Circle pages.",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"gulp-insert": "^0.4.0",
"gulp-minify-css": "^0.4.3",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.2",
"gulp-sass": "^2.1.1",
"gulp-template": "^2.1.0",
"run-sequence": "^1.0.2",
"sc5-styleguide": "^0.3.4"
Expand Down
7 changes: 5 additions & 2 deletions src/sass/general/useful-classes.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
.wrap { @include wrapThis(true); }
.wrap {
@include wrapThis(rem(1));

@include wrapThis(rem(1.5), $bpMobileLandscape false);
}
.wrap--nopad { @include wrapThis(); }

// Floats
Expand Down Expand Up @@ -126,4 +130,3 @@
}
}
}

0 comments on commit 1c5c2cc

Please sign in to comment.