Drop laravel elixir, we’ll use nginx’s etag feature for cache-ing

This commit is contained in:
Jonny Barnes 2016-07-15 14:21:35 +01:00
parent 779009be3c
commit 13fd7ae736
65 changed files with 585 additions and 2063 deletions

View file

@ -13,7 +13,6 @@ html {
box-sizing: inherit; }
#topheader {
display: -webkit-box;
display: flex;
flex-flow: row; }
@ -156,7 +155,6 @@ article header {
body {
text-rendering: optimizeLegibility;
-webkit-font-feature-settings: "liga";
font-feature-settings: "liga";
font-family: "leitura-news", serif;
font-size: 1.2em; }
@ -171,7 +169,6 @@ h1 {
text-decoration: none; }
nav {
-webkit-font-feature-settings: "dlig";
font-feature-settings: "dlig"; }
article header h1 a {
@ -219,7 +216,6 @@ textarea {
border-radius: 4px; }
button:hover {
-webkit-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
background-color: #fdf6e3;
color: #002b36; }
@ -242,5 +238,3 @@ input[type="checkbox"] {
.twitter-tweet-rendered + .note {
margin-top: 0; }
/*# sourceMappingURL=global.css.map */

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.