Skip to content

Commit 4de5cc9

Browse files
committed
update to tachyons-custom 4.9.1 and rebuild
1 parent 2aa3b5d commit 4de5cc9

File tree

4 files changed

+13
-21
lines changed

4 files changed

+13
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"license": "MIT",
2121
"dependencies": {
22-
"tachyons-custom": "^4.9.0"
22+
"tachyons-custom": "^4.9.1"
2323
},
2424
"devDependencies": {
2525
"ava": "^0.22.0",

scss/_nested.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
}
4343

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

4848
.nested-img img {

scss/_variables.scss

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
11

22
// Converted Variables
33

4-
/*
5-
6-
VARIABLES
7-
8-
*/
9-
10-
$sans-serif: -apple-system, BlinkMacSystemFont,
11-
'avenir next', avenir,
12-
helvetica, 'helvetica neue',
13-
ubuntu,
14-
roboto,
15-
noto,
16-
'segoe ui',
17-
arial,
18-
sans-serif;
19-
4+
$sans-serif: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, helvetica, 'helvetica neue', ubuntu, roboto, noto, 'segoe ui', arial, sans-serif !default;
205
$serif: georgia, serif !default;
216
$code: consolas, monaco, monospace !default;
227
$font-size-headline: 6rem !default;
@@ -45,6 +30,7 @@ $spacing-large: 2rem !default;
4530
$spacing-extra-large: 4rem !default;
4631
$spacing-extra-extra-large: 8rem !default;
4732
$spacing-extra-extra-extra-large: 16rem !default;
33+
$spacing-copy-separator: 1.5em !default;
4834
$height-1: 1rem !default;
4935
$height-2: 2rem !default;
5036
$height-3: 4rem !default;
@@ -149,3 +135,9 @@ $washed-red: #ffdfdf !default;
149135
$breakpoint-not-small: 'screen and (min-width: 30em)' !default;
150136
$breakpoint-medium: 'screen and (min-width: 30em) and (max-width: 60em)' !default;
151137
$breakpoint-large: 'screen and (min-width: 60em)' !default;
138+
139+
/*
140+
141+
VARIABLES
142+
143+
*/

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3424,9 +3424,9 @@ table@^3.7.8:
34243424
slice-ansi "0.0.4"
34253425
string-width "^2.0.0"
34263426

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

34313431
tar-pack@^3.4.0:
34323432
version "3.4.0"

0 commit comments

Comments
 (0)