Skip to content

Commit

Permalink
Better Pressbooks-build-tools Solution (for /packages/) (#637)
Browse files Browse the repository at this point in the history
See: pressbooks/pressbooks#1834
`npm remove pressbooks-build-tools` from `./packages/`. 
`npm audit fix` where possible. Some particularities around `lerna`, still works like before.
  • Loading branch information
dac514 authored Dec 5, 2019
1 parent 5ae9d07 commit 8bd420a
Show file tree
Hide file tree
Showing 6 changed files with 12,321 additions and 38,179 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ script:
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.3" ]]; then composer require pcov/clobber; vendor/bin/pcov clobber; vendor/bin/phpunit --configuration phpunit.xml --coverage-clover coverage.xml; fi
- if [[ ${TRAVIS_PHP_VERSION:0:3} != "7.3" ]]; then vendor/bin/phpunit --configuration phpunit.xml; fi
- composer standards
- lerna run install-build-tools
- lerna run test
after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down
9 changes: 3 additions & 6 deletions packages/aetna/assets/styles/common/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,18 +99,15 @@ $large: 1200px !default;
$extra-large: 1650px !default;

$breakpoint-not-small: "screen and (min-width: 30rem)" !default;
$breakpoint-medium: "screen and (min-width: 30rem) and (max-width: 60rem)"
!default;
$breakpoint-medium: "screen and (min-width: 30rem) and (max-width: 60rem)" !default;
$breakpoint-large: "screen and (min-width: 60rem)" !default;
$breakpoint-extra-large: "screen and (min-width: 90rem)" !default;
$breakpoint-not-large: "screen and (max-width: 59.975rem)" !default;
$breakpoint-max-content: "screen and (min-width: #{$content-max-width})"
!default;
$breakpoint-max-content: "screen and (min-width: #{$content-max-width})" !default;

$breakpoint-small-to-tablet: "screen and (max-width: 767px)" !default;
$breakpoint-tablet-and-up: "screen and (min-width: 768px)" !default;
$breakpoint-tablet-to-large: "screen and (min-width: 768px) and (max-width: 60em)"
!default;
$breakpoint-tablet-to-large: "screen and (min-width: 768px) and (max-width: 60em)" !default;

// Components
//
Expand Down
Loading

0 comments on commit 8bd420a

Please sign in to comment.