Skip to content

Commit

Permalink
Update build version to 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmrs committed Sep 15, 2016
1 parent 2a6d1b6 commit f1d9bc8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions css/tachyons.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* TACHYONS v4.4.0 | https://github.com/tachyons-css/tachyons */
/* TACHYONS v4.4.1 | https://github.com/tachyons-css/tachyons */
/*
*
* ________ ______
Expand Down Expand Up @@ -101,7 +101,7 @@ h1 { font-size: 2em; margin: 0.67em 0; }
/**
* Add the correct background and color in IE 9-.
*/
mark { background-color: #ff0; color: #000; }
mark { background-color: #ffd700; color: #000; }
/**
* Add the correct font size in all browsers.
*/
Expand Down Expand Up @@ -1076,7 +1076,7 @@ code, .code { font-family: Consolas, monaco, monospace; }
.light-gray { color: #eee; }
.near-white { color: #f4f4f4; }
.white { color: #fff; }
.dark-red { color: var( -dark-red ); }
.dark-red { color: #e7040f; }
.red { color: #ff4136; }
.light-red { color: #ff725c; }
.orange { color: #ff6300; }
Expand Down Expand Up @@ -1133,7 +1133,7 @@ code, .code { font-family: Consolas, monaco, monospace; }
.bg-near-white { background-color: #f4f4f4; }
.bg-white { background-color: #fff; }
.bg-transparent { background-color: transparent; }
.bg-dark-red { background-color: var( -dark-red ); }
.bg-dark-red { background-color: #e7040f; }
.bg-red { background-color: #ff4136; }
.bg-light-red { background-color: #ff725c; }
.bg-orange { background-color: #ff6300; }
Expand Down
2 changes: 1 addition & 1 deletion css/tachyons.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/tachyons.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* TACHYONS v4.4.0 | https://github.com/tachyons-css/tachyons */
/* TACHYONS v4.4.1 | https://github.com/tachyons-css/tachyons */

/*
*
Expand Down

0 comments on commit f1d9bc8

Please sign in to comment.