Skip to content

Commit 08b8b87

Browse files
committed
update to tachyons 4.9.0
1 parent a62c6af commit 08b8b87

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
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.8.1",
5+
"version": "4.9.0",
66
"style": "tachyons.scss",
77
"scripts": {
88
"start": "node build.js",
@@ -19,7 +19,7 @@
1919
],
2020
"license": "MIT",
2121
"dependencies": {
22-
"tachyons": "^4.8.1"
22+
"tachyons": "^4.9.0"
2323
},
2424
"devDependencies": {
2525
"ava": "^0.22.0",

scss/_flexbox.scss

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@
7373
.order-8 { order: 8; }
7474
.order-last { order: 99999; }
7575

76+
.flex-grow-0 { flex-grow: 0; }
77+
.flex-grow-1 { flex-grow: 1; }
78+
79+
.flex-shrink-0 { flex-shrink: 0; }
80+
.flex-shrink-1 { flex-shrink: 1; }
81+
7682
@media #{$breakpoint-not-small} {
7783
.flex-ns { display: flex; }
7884
.inline-flex-ns { display: inline-flex; }
@@ -124,6 +130,12 @@
124130
.order-7-ns { order: 7; }
125131
.order-8-ns { order: 8; }
126132
.order-last-ns { order: 99999; }
133+
134+
.flex-grow-0-ns { flex-grow: 0; }
135+
.flex-grow-1-ns { flex-grow: 1; }
136+
137+
.flex-shrink-0-ns { flex-shrink: 0; }
138+
.flex-shrink-1-ns { flex-shrink: 1; }
127139
}
128140
@media #{$breakpoint-medium} {
129141
.flex-m { display: flex; }
@@ -176,6 +188,12 @@
176188
.order-7-m { order: 7; }
177189
.order-8-m { order: 8; }
178190
.order-last-m { order: 99999; }
191+
192+
.flex-grow-0-m { flex-grow: 0; }
193+
.flex-grow-1-m { flex-grow: 1; }
194+
195+
.flex-shrink-0-m { flex-shrink: 0; }
196+
.flex-shrink-1-m { flex-shrink: 1; }
179197
}
180198

181199
@media #{$breakpoint-large} {
@@ -230,4 +248,10 @@
230248
.order-7-l { order: 7; }
231249
.order-8-l { order: 8; }
232250
.order-last-l { order: 99999; }
251+
252+
.flex-grow-0-l { flex-grow: 0; }
253+
.flex-grow-1-l { flex-grow: 1; }
254+
255+
.flex-shrink-0-l { flex-shrink: 0; }
256+
.flex-shrink-1-l { flex-shrink: 1; }
233257
}

tachyons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ! TACHYONS v4.8.1 | http://tachyons.io
1+
// ! TACHYONS v4.9.0 | http://tachyons.io
22

33
//
44
//

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@^4.8.1:
3428-
version "4.8.1"
3429-
resolved "https://registry.yarnpkg.com/tachyons/-/tachyons-4.8.1.tgz#9a3183feecb3240c4dcefee7feecc8259acd7381"
3427+
tachyons@^4.9.0:
3428+
version "4.9.0"
3429+
resolved "https://registry.yarnpkg.com/tachyons/-/tachyons-4.9.0.tgz#2df058ea6b6eb3d2be12d62a69fecb0f6b1e0534"
34303430

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

0 commit comments

Comments
 (0)