1
- /* TACHYONS v4.4 .0 | https ://github.com/ tachyons-css/tachyons */
1
+ /*! TACHYONS v4.5 .0 | http ://tachyons.io */
2
2
/*
3
3
*
4
4
* ________ ______
@@ -969,15 +969,19 @@ code, .code { font-family: Consolas, monaco, monospace; }
969
969
.w-10 { width : 10% ; }
970
970
.w-20 { width : 20% ; }
971
971
.w-25 { width : 25% ; }
972
+ .w-30 { width : 30% ; }
972
973
.w-33 { width : 33% ; }
973
974
.w-34 { width : 34% ; }
974
975
.w-40 { width : 40% ; }
975
976
.w-50 { width : 50% ; }
976
977
.w-60 { width : 60% ; }
978
+ .w-70 { width : 70% ; }
977
979
.w-75 { width : 75% ; }
978
980
.w-80 { width : 80% ; }
981
+ .w-90 { width : 90% ; }
979
982
.w-100 { width : 100% ; }
980
983
.w-third { width : calc ( 100% / 3 ); }
984
+ .w-two-thirds { width : calc ( 100% / 1.5 ); }
981
985
.w-auto { width : auto; }
982
986
/*
983
987
@@ -1706,7 +1710,7 @@ code, .code { font-family: Consolas, monaco, monospace; }
1706
1710
/* Can combine this with overflow-hidden to make background images grow on hover
1707
1711
* even if you are using background-size: cover */
1708
1712
.grow { -moz-osx-font-smoothing : grayscale; -webkit-backface-visibility : hidden; backface-visibility : hidden; -webkit-transform : translateZ ( 0 ); transform : translateZ ( 0 ); -webkit-transition : -webkit-transform .25s ease-out; transition : -webkit-transform .25s ease-out; transition : transform .25s ease-out; transition : transform .25s ease-out, -webkit-transform .25s ease-out; }
1709
- .grow : hover , .grow : focus { -webkit-transform : scale ( 1.05 ); transform : scale ( 1.05 ); }
1713
+ .grow : hover , .grow : focus { -webkit-transform : scale ( 15 ); transform : scale ( 15 ); }
1710
1714
.grow : active { -webkit-transform : scale ( .90 ); transform : scale ( .90 ); }
1711
1715
.grow-large { -moz-osx-font-smoothing : grayscale; -webkit-backface-visibility : hidden; backface-visibility : hidden; -webkit-transform : translateZ ( 0 ); transform : translateZ ( 0 ); -webkit-transition : -webkit-transform .25s ease-in-out; transition : -webkit-transform .25s ease-in-out; transition : transform .25s ease-in-out; transition : transform .25s ease-in-out, -webkit-transform .25s ease-in-out; }
1712
1716
.grow-large : hover , .grow-large : focus { -webkit-transform : scale ( 1.2 ); transform : scale ( 1.2 ); }
@@ -1721,6 +1725,9 @@ code, .code { font-family: Consolas, monaco, monospace; }
1721
1725
*/
1722
1726
.shadow-hover ::after { box-shadow : 0 0px 8px 2px rgba ( 0 , 0 , 0 , .2 ); opacity : 0 ; -webkit-transition : opacity .25s ease-in-out; transition : opacity .25s ease-in-out; }
1723
1727
.shadow-hover : hover ::after , .shadow-hover : focus ::after { opacity : 1 ; }
1728
+ /* Combine with classes in skins and skins-pseudo for
1729
+ * thousands of different transition possibilities. */
1730
+ .bg-animate : hover , .bg-animate : focus { -webkit-transition : background-color .15s ease-in-out; transition : background-color .15s ease-in-out; }
1724
1731
/*
1725
1732
1726
1733
Z-INDEX
@@ -2026,15 +2033,19 @@ code, .code { font-family: Consolas, monaco, monospace; }
2026
2033
.w-10-ns { width : 10% ; }
2027
2034
.w-20-ns { width : 20% ; }
2028
2035
.w-25-ns { width : 25% ; }
2036
+ .w-30-ns { width : 30% ; }
2029
2037
.w-33-ns { width : 33% ; }
2030
2038
.w-34-ns { width : 34% ; }
2031
2039
.w-40-ns { width : 40% ; }
2032
2040
.w-50-ns { width : 50% ; }
2033
2041
.w-60-ns { width : 60% ; }
2042
+ .w-70-ns { width : 70% ; }
2034
2043
.w-75-ns { width : 75% ; }
2035
2044
.w-80-ns { width : 80% ; }
2045
+ .w-90-ns { width : 90% ; }
2036
2046
.w-100-ns { width : 100% ; }
2037
2047
.w-third-ns { width : calc ( 100% / 3 ); }
2048
+ .w-two-third-ns { width : calc ( 100% / 1.5 ); }
2038
2049
.w-auto-ns { width : auto; }
2039
2050
.overflow-visible-ns { overflow : visible; }
2040
2051
.overflow-hidden-ns { overflow : hidden; }
@@ -2380,15 +2391,19 @@ code, .code { font-family: Consolas, monaco, monospace; }
2380
2391
.w-10-m { width : 10% ; }
2381
2392
.w-20-m { width : 20% ; }
2382
2393
.w-25-m { width : 25% ; }
2394
+ .w-30-m { width : 30% ; }
2383
2395
.w-33-m { width : 33% ; }
2384
2396
.w-34-m { width : 34% ; }
2385
2397
.w-40-m { width : 40% ; }
2386
2398
.w-50-m { width : 50% ; }
2387
2399
.w-60-m { width : 60% ; }
2400
+ .w-70-m { width : 70% ; }
2388
2401
.w-75-m { width : 75% ; }
2389
2402
.w-80-m { width : 80% ; }
2403
+ .w-90-m { width : 90% ; }
2390
2404
.w-100-m { width : 100% ; }
2391
2405
.w-third-m { width : calc ( 100% / 3 ); }
2406
+ .w-two-thirds-m { width : calc ( 100% / 1.5 ); }
2392
2407
.w-auto-m { width : auto; }
2393
2408
.overflow-visible-m { overflow : visible; }
2394
2409
.overflow-hidden-m { overflow : hidden; }
@@ -2728,15 +2743,19 @@ code, .code { font-family: Consolas, monaco, monospace; }
2728
2743
.w-10-l { width : 10% ; }
2729
2744
.w-20-l { width : 20% ; }
2730
2745
.w-25-l { width : 25% ; }
2746
+ .w-30-l { width : 30% ; }
2731
2747
.w-33-l { width : 33% ; }
2732
2748
.w-34-l { width : 34% ; }
2733
2749
.w-40-l { width : 40% ; }
2734
2750
.w-50-l { width : 50% ; }
2735
2751
.w-60-l { width : 60% ; }
2752
+ .w-70-l { width : 70% ; }
2736
2753
.w-75-l { width : 75% ; }
2737
2754
.w-80-l { width : 80% ; }
2755
+ .w-90-l { width : 90% ; }
2738
2756
.w-100-l { width : 100% ; }
2739
2757
.w-third-l { width : calc ( 100% / 3 ); }
2758
+ .w-two-thirds-l { width : calc ( 100% / 1.5 ); }
2740
2759
.w-auto-l { width : auto; }
2741
2760
.overflow-visible-l { overflow : visible; }
2742
2761
.overflow-hidden-l { overflow : hidden; }
0 commit comments