1- /*! TACHYONS v4.4.3 | http://tachyons.io */
1+ /*! TACHYONS v4.5.0 | http://tachyons.io */
22/*
33 *
44 * ________ ______
@@ -969,15 +969,19 @@ code, .code { font-family: Consolas, monaco, monospace; }
969969.w-10 { width : 10% ; }
970970.w-20 { width : 20% ; }
971971.w-25 { width : 25% ; }
972+ .w-30 { width : 30% ; }
972973.w-33 { width : 33% ; }
973974.w-34 { width : 34% ; }
974975.w-40 { width : 40% ; }
975976.w-50 { width : 50% ; }
976977.w-60 { width : 60% ; }
978+ .w-70 { width : 70% ; }
977979.w-75 { width : 75% ; }
978980.w-80 { width : 80% ; }
981+ .w-90 { width : 90% ; }
979982.w-100 { width : 100% ; }
980983.w-third { width : calc ( 100% / 3 ); }
984+ .w-two-thirds { width : calc ( 100% / 1.5 ); }
981985.w-auto { width : auto; }
982986/*
983987
@@ -1708,7 +1712,7 @@ code, .code { font-family: Consolas, monaco, monospace; }
17081712.grow { -moz-osx-font-smoothing : grayscale; -webkit-backface-visibility : hidden; backface-visibility : hidden; -webkit-transform : translateZ ( 0 ); transform : translateZ ( 0 ); -webkit-transition : -webkit-transform 0.25s ease-out; transition : -webkit-transform 0.25s ease-out; transition : transform 0.25s ease-out; transition : transform 0.25s ease-out, -webkit-transform 0.25s ease-out; }
17091713.grow : hover , .grow : focus { -webkit-transform : scale ( 1.05 ); transform : scale ( 1.05 ); }
17101714.grow : active { -webkit-transform : scale ( .90 ); transform : scale ( .90 ); }
1711- .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 0 .25s ease-in-out; transition : -webkit-transform 0 .25s ease-in-out; transition : transform 0 .25s ease-in-out; transition : transform 0 .25s ease-in-out, -webkit-transform 0 .25s ease-in-out; }
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; }
17121716.grow-large : hover , .grow-large : focus { -webkit-transform : scale ( 1.2 ); transform : scale ( 1.2 ); }
17131717.grow-large : active { -webkit-transform : scale ( .95 ); transform : scale ( .95 ); }
17141718/* Add pointer on hover */
@@ -1719,8 +1723,11 @@ code, .code { font-family: Consolas, monaco, monospace; }
17191723 Performant box-shadow animation pattern from
17201724 http://tobiasahlin.com/blog/how-to-animate-box-shadow/
17211725*/
1722- .shadow-hover ::after { box-shadow : 0px 0px 8px 2px rgba ( 0 , 0 , 0 , 0 .2 ); opacity : 0 ; -webkit-transition : opacity 0 .25s ease-in-out; transition : opacity 0 .25s ease-in-out; }
1726+ .shadow-hover ::after { box-shadow : 0px 0px 8px 2px rgba ( 0 , 0 , 0 , .2 ); opacity : 0 ; -webkit-transition : opacity .25s ease-in-out; transition : opacity .25s ease-in-out; }
17231727.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; }
17241731/*
17251732
17261733 Z-INDEX
@@ -1830,6 +1837,8 @@ code, .code { font-family: Consolas, monaco, monospace; }
18301837
18311838*/
18321839.debug * { outline : 1px solid gold; }
1840+ .debug-white * { outline : 1px solid white; }
1841+ .debug-black * { outline : 1px solid black; }
18331842/*
18341843
18351844 DEBUG GRID
@@ -2026,15 +2035,19 @@ code, .code { font-family: Consolas, monaco, monospace; }
20262035 .w-10-ns { width : 10% ; }
20272036 .w-20-ns { width : 20% ; }
20282037 .w-25-ns { width : 25% ; }
2038+ .w-30-ns { width : 30% ; }
20292039 .w-33-ns { width : 33% ; }
20302040 .w-34-ns { width : 34% ; }
20312041 .w-40-ns { width : 40% ; }
20322042 .w-50-ns { width : 50% ; }
20332043 .w-60-ns { width : 60% ; }
2044+ .w-70-ns { width : 70% ; }
20342045 .w-75-ns { width : 75% ; }
20352046 .w-80-ns { width : 80% ; }
2047+ .w-90-ns { width : 90% ; }
20362048 .w-100-ns { width : 100% ; }
20372049 .w-third-ns { width : calc ( 100% / 3 ); }
2050+ .w-two-third-ns { width : calc ( 100% / 1.5 ); }
20382051 .w-auto-ns { width : auto; }
20392052 .overflow-visible-ns { overflow : visible; }
20402053 .overflow-hidden-ns { overflow : hidden; }
@@ -2380,15 +2393,19 @@ code, .code { font-family: Consolas, monaco, monospace; }
23802393 .w-10-m { width : 10% ; }
23812394 .w-20-m { width : 20% ; }
23822395 .w-25-m { width : 25% ; }
2396+ .w-30-m { width : 30% ; }
23832397 .w-33-m { width : 33% ; }
23842398 .w-34-m { width : 34% ; }
23852399 .w-40-m { width : 40% ; }
23862400 .w-50-m { width : 50% ; }
23872401 .w-60-m { width : 60% ; }
2402+ .w-70-m { width : 70% ; }
23882403 .w-75-m { width : 75% ; }
23892404 .w-80-m { width : 80% ; }
2405+ .w-90-m { width : 90% ; }
23902406 .w-100-m { width : 100% ; }
23912407 .w-third-m { width : calc ( 100% / 3 ); }
2408+ .w-two-thirds-m { width : calc ( 100% / 1.5 ); }
23922409 .w-auto-m { width : auto; }
23932410 .overflow-visible-m { overflow : visible; }
23942411 .overflow-hidden-m { overflow : hidden; }
@@ -2728,15 +2745,19 @@ code, .code { font-family: Consolas, monaco, monospace; }
27282745 .w-10-l { width : 10% ; }
27292746 .w-20-l { width : 20% ; }
27302747 .w-25-l { width : 25% ; }
2748+ .w-30-l { width : 30% ; }
27312749 .w-33-l { width : 33% ; }
27322750 .w-34-l { width : 34% ; }
27332751 .w-40-l { width : 40% ; }
27342752 .w-50-l { width : 50% ; }
27352753 .w-60-l { width : 60% ; }
2754+ .w-70-l { width : 70% ; }
27362755 .w-75-l { width : 75% ; }
27372756 .w-80-l { width : 80% ; }
2757+ .w-90-l { width : 90% ; }
27382758 .w-100-l { width : 100% ; }
27392759 .w-third-l { width : calc ( 100% / 3 ); }
2760+ .w-two-thirds-l { width : calc ( 100% / 1.5 ); }
27402761 .w-auto-l { width : auto; }
27412762 .overflow-visible-l { overflow : visible; }
27422763 .overflow-hidden-l { overflow : hidden; }
0 commit comments