Skip to content

Commit

Permalink
update to tachyons-custom 4.9.1 and rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrikutam committed Dec 14, 2017
1 parent 2aa3b5d commit 4de5cc9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"license": "MIT",
"dependencies": {
"tachyons-custom": "^4.9.0"
"tachyons-custom": "^4.9.1"
},
"devDependencies": {
"ava": "^0.22.0",
Expand Down
2 changes: 1 addition & 1 deletion scss/_nested.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}

.nested-copy-seperator p+p {
margin-top: $line-height-copyem;
margin-top: $spacing-copy-separator;
}

.nested-img img {
Expand Down
24 changes: 8 additions & 16 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@

// Converted Variables

/*
VARIABLES
*/

$sans-serif: -apple-system, BlinkMacSystemFont,
'avenir next', avenir,
helvetica, 'helvetica neue',
ubuntu,
roboto,
noto,
'segoe ui',
arial,
sans-serif;

$sans-serif: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, helvetica, 'helvetica neue', ubuntu, roboto, noto, 'segoe ui', arial, sans-serif !default;
$serif: georgia, serif !default;
$code: consolas, monaco, monospace !default;
$font-size-headline: 6rem !default;
Expand Down Expand Up @@ -45,6 +30,7 @@ $spacing-large: 2rem !default;
$spacing-extra-large: 4rem !default;
$spacing-extra-extra-large: 8rem !default;
$spacing-extra-extra-extra-large: 16rem !default;
$spacing-copy-separator: 1.5em !default;
$height-1: 1rem !default;
$height-2: 2rem !default;
$height-3: 4rem !default;
Expand Down Expand Up @@ -149,3 +135,9 @@ $washed-red: #ffdfdf !default;
$breakpoint-not-small: 'screen and (min-width: 30em)' !default;
$breakpoint-medium: 'screen and (min-width: 30em) and (max-width: 60em)' !default;
$breakpoint-large: 'screen and (min-width: 60em)' !default;

/*
VARIABLES
*/
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3424,9 +3424,9 @@ table@^3.7.8:
slice-ansi "0.0.4"
string-width "^2.0.0"

tachyons-custom@^4.9.0:
version "4.9.0"
resolved "https://registry.yarnpkg.com/tachyons-custom/-/tachyons-custom-4.9.0.tgz#68b998e8febed2850ba477245b351c26636d2c85"
tachyons-custom@^4.9.1:
version "4.9.1"
resolved "https://registry.yarnpkg.com/tachyons-custom/-/tachyons-custom-4.9.1.tgz#8408f10b705264097c867a560c7892ca8a53e1d5"

tar-pack@^3.4.0:
version "3.4.0"
Expand Down

0 comments on commit 4de5cc9

Please sign in to comment.