Skip to content

Commit 19fbb9e

Browse files
committed
update to tachyons-custom 4.9.2 and re-run build
1 parent 4de5cc9 commit 19fbb9e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tachyons-sass",
33
"description": "Transpiled Sass partials for Tachyons",
44
"author": "John Otander",
5-
"version": "4.9.0",
5+
"version": "4.9.2",
66
"style": "tachyons.scss",
77
"scripts": {
88
"start": "node build.js",
@@ -19,7 +19,7 @@
1919
],
2020
"license": "MIT",
2121
"dependencies": {
22-
"tachyons-custom": "^4.9.1"
22+
"tachyons-custom": "^4.9.2"
2323
},
2424
"devDependencies": {
2525
"ava": "^0.22.0",

scss/_heights.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
.h-50-m { height: 50%; }
101101
.h-75-m { height: 75%; }
102102
.h-100-m { height: 100%; }
103-
.min-h-100-ns { min-height: 100%; }
103+
.min-h-100-m { min-height: 100%; }
104104
.vh-25-m { height: 25vh; }
105105
.vh-50-m { height: 50vh; }
106106
.vh-75-m { height: 75vh; }
@@ -125,7 +125,7 @@
125125
.vh-50-l { height: 50vh; }
126126
.vh-75-l { height: 75vh; }
127127
.vh-100-l { height: 100vh; }
128-
.min-vh-100-m { min-height: 100vh; }
128+
.min-vh-100-l { min-height: 100vh; }
129129
.h-auto-l { height: auto; }
130130
.h-inherit-l { height: inherit; }
131131
}

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.1:
3428-
version "4.9.1"
3429-
resolved "https://registry.yarnpkg.com/tachyons-custom/-/tachyons-custom-4.9.1.tgz#8408f10b705264097c867a560c7892ca8a53e1d5"
3427+
tachyons-custom@^4.9.2:
3428+
version "4.9.2"
3429+
resolved "https://registry.yarnpkg.com/tachyons-custom/-/tachyons-custom-4.9.2.tgz#0a14b7a0dee1d06745278c2396150615306fe229"
34303430

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

0 commit comments

Comments
 (0)