# changelog v7.1.0 (31 octobre 2018)

- mise à jour et meilleure intégration de gulp / postCSS : 
  - autoprefixer version postCSS (avec browserslist officielle),
  - unprefix : pour supprimer les vieux préfixes inutiles
  - flexbox-fixes : pour corriger les erreurs connues sur IE
  - gap-properties : polyfill de gap -> grid-gap
  - minification CSS avec CSSnano
- application de `white-space: pre-rap` sur les textarea
This commit is contained in:
Raphael Goetter 2018-10-31 15:24:17 +01:00
parent ad24c2fd51
commit 9a5ed3c989
13 changed files with 3561 additions and 4226 deletions

View file

@ -81,7 +81,7 @@ textarea {
min-height: 5em;
vertical-align: top;
resize: vertical;
white-space: normal;
white-space: pre-wrap;
}
/* 'x' appears on right of search input when text is entered. This removes it */