Style the plain-text Mail editor

Style Contacts
Style Contact editor (buggy)
Change postcss config
This commit is contained in:
iRouge
2015-02-19 22:05:53 -05:00
committed by Francis Lachapelle
parent 79a0a3684c
commit 4185cc37fe
17 changed files with 612 additions and 1117 deletions
+3 -3
View File
@@ -15,11 +15,11 @@ module.exports = function(grunt) {
},
postcss: {
options: {
map: false,
map: true,
processors: [
require('autoprefixer-core')({browsers: '> 1%, last 2 versions, last 3 Firefox versions'}).postcss
require('autoprefixer-core')({browsers: '> 1%, last 2 versions, last 3 Firefox versions'}).postcss,
// We may consider using css grace (https://github.com/cssdream/cssgrace) for larger support
//require('csswring').postcss
require('csswring').postcss
]
},
dist: {