Recompile css.
This commit is contained in:
parent
841e24eb57
commit
44fea6f416
2 changed files with 27 additions and 30 deletions
|
@ -1,4 +1,4 @@
|
|||
/*! TACHYONS v4.6.1 | http://tachyons.io */
|
||||
/*! TACHYONS v4.7.2 | http://tachyons.io */
|
||||
/*
|
||||
*
|
||||
* ________ ______
|
||||
|
@ -22,22 +22,17 @@
|
|||
*
|
||||
*/
|
||||
/* External Library Includes */
|
||||
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
|
||||
/**
|
||||
* 1. Change the default font family in all browsers (opinionated).
|
||||
* 2. Correct the line height in all browsers.
|
||||
* 3. Prevent adjustments of font size after orientation changes in
|
||||
* IE on Windows Phone and in iOS.
|
||||
*/
|
||||
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
|
||||
/* Document
|
||||
========================================================================== */
|
||||
html { font-family: sans-serif; /* 1 */ line-height: 1.15; /* 2 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ }
|
||||
/**
|
||||
* 1. Correct the line height in all browsers.
|
||||
* 2. Prevent adjustments of font size after orientation changes in
|
||||
* IE on Windows Phone and in iOS.
|
||||
*/
|
||||
html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }
|
||||
/* Sections
|
||||
========================================================================== */
|
||||
/**
|
||||
* Remove the margin in all browsers (opinionated).
|
||||
*/
|
||||
body { margin: 0; }
|
||||
/**
|
||||
* Add the correct display in IE 9-.
|
||||
*/
|
||||
|
@ -76,12 +71,7 @@ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }
|
|||
*/
|
||||
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }
|
||||
/**
|
||||
* Remove the outline on focused links when they are also active or hovered
|
||||
* in all browsers (opinionated).
|
||||
*/
|
||||
a:active, a:hover { outline-width: 0; }
|
||||
/**
|
||||
* 1. Remove the bottom border in Firefox 39-.
|
||||
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
|
||||
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
||||
*/
|
||||
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }
|
||||
|
@ -138,10 +128,9 @@ svg:not(:root) { overflow: hidden; }
|
|||
/* Forms
|
||||
========================================================================== */
|
||||
/**
|
||||
* 1. Change the font styles in all browsers (opinionated).
|
||||
* 2. Remove the margin in Firefox and Safari.
|
||||
* Remove the margin in Firefox and Safari.
|
||||
*/
|
||||
button, input, optgroup, select, textarea { font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }
|
||||
button, input, optgroup, select, textarea { margin: 0; }
|
||||
/**
|
||||
* Show the overflow in IE.
|
||||
* 1. Show the overflow in Edge.
|
||||
|
@ -169,10 +158,6 @@ button::-moz-focus-inner, [type="button"]::-moz-focus-inner,
|
|||
*/
|
||||
button:-moz-focusring, [type="button"]:-moz-focusring,
|
||||
[type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
|
||||
/**
|
||||
* Change the border, margin, and padding in all browsers (opinionated).
|
||||
*/
|
||||
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: .35em .625em .75em; }
|
||||
/**
|
||||
* 1. Correct the text wrapping in Edge and IE.
|
||||
* 2. Correct the color inheritance from `fieldset` elements in IE.
|
||||
|
@ -693,6 +678,9 @@ img { max-width: 100%; }
|
|||
.flex-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
|
||||
.flex-row { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
|
||||
.flex-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }
|
||||
.flex-column-reverse { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
|
||||
.flex-row-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
|
||||
.flex-wrap-reverse { -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; }
|
||||
.items-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
|
||||
.items-end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
|
||||
.items-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
|
||||
|
@ -1880,8 +1868,8 @@ code, .code { font-family: Consolas, monaco, monospace; }
|
|||
|
||||
*/
|
||||
.dim { opacity: 1; -webkit-transition: opacity .15s ease-in; transition: opacity .15s ease-in; }
|
||||
.dim:hover, .dim:focus { -webkit-backface-visibility: hidden; backface-visibility: hidden; opacity: .5; -webkit-transition: opacity .15s ease-in; transition: opacity .15s ease-in; }
|
||||
.dim:active { -webkit-backface-visibility: hidden; backface-visibility: hidden; opacity: .8; -webkit-transition: opacity .15s ease-out; transition: opacity .15s ease-out; }
|
||||
.dim:hover, .dim:focus { opacity: .5; -webkit-transition: opacity .15s ease-in; transition: opacity .15s ease-in; }
|
||||
.dim:active { opacity: .8; -webkit-transition: opacity .15s ease-out; transition: opacity .15s ease-out; }
|
||||
/*
|
||||
|
||||
Animate opacity to 100% on hover by adding the glow class.
|
||||
|
@ -2178,6 +2166,9 @@ code, .code { font-family: Consolas, monaco, monospace; }
|
|||
.flex-column-ns { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
|
||||
.flex-row-ns { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
|
||||
.flex-wrap-ns { -ms-flex-wrap: wrap; flex-wrap: wrap; }
|
||||
.flex-column-reverse-ns { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
|
||||
.flex-row-reverse-ns { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
|
||||
.flex-wrap-reverse-ns { -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; }
|
||||
.items-start-ns { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
|
||||
.items-end-ns { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
|
||||
.items-center-ns { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
|
||||
|
@ -2590,6 +2581,9 @@ code, .code { font-family: Consolas, monaco, monospace; }
|
|||
.flex-column-m { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
|
||||
.flex-row-m { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
|
||||
.flex-wrap-m { -ms-flex-wrap: wrap; flex-wrap: wrap; }
|
||||
.flex-column-reverse-m { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
|
||||
.flex-row-reverse-m { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
|
||||
.flex-wrap-reverse-m { -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; }
|
||||
.items-start-m { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
|
||||
.items-end-m { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
|
||||
.items-center-m { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
|
||||
|
@ -3002,6 +2996,9 @@ code, .code { font-family: Consolas, monaco, monospace; }
|
|||
.flex-column-l { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
|
||||
.flex-row-l { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
|
||||
.flex-wrap-l { -ms-flex-wrap: wrap; flex-wrap: wrap; }
|
||||
.flex-column-reverse-l { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
|
||||
.flex-row-reverse-l { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
|
||||
.flex-wrap-reverse-l { -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; }
|
||||
.items-start-l { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
|
||||
.items-end-l { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
|
||||
.items-center-l { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
|
||||
|
|
4
css/tachyons.min.css
vendored
4
css/tachyons.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue