Skip to content

Commit

Permalink
fix stop padding value on setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lunelson committed Feb 27, 2019
1 parent ae8f1c3 commit b7b8707
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 36 deletions.
41 changes: 11 additions & 30 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions scss/_setup-stack.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// width: 100%;
// flex-direction: column;
// align-items: stretch;
// padding-top: 0.01px;
// padding-bottom: 0.01px;
// padding-top: 0.1px;
// padding-bottom: 0.1px;
// & > * {
// flex: 0 0 auto;
// margin-top: 0;
Expand All @@ -25,8 +25,8 @@
// }

// @mixin plain($modern: $homework-is-modern) {
// padding-top: 0.01px;
// padding-bottom: 0.01px;
// padding-top: 0.1px;
// padding-bottom: 0.1px;
// & > * {
// margin-top: 0;
// margin-bottom: 0;
Expand Down Expand Up @@ -61,8 +61,8 @@
}

#{base-class('stack')}, #{base-class('plain')} {
padding-top: 0.01px;
padding-bottom: 0.01px;
padding-top: 0.1px;
padding-bottom: 0.1px;
& > * {
margin-top: 0;
margin-bottom: 0;
Expand Down

0 comments on commit b7b8707

Please sign in to comment.