mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-05 02:19:43 +00:00
Style the plain-text Mail editor
Style Contacts Style Contact editor (buggy) Change postcss config
This commit is contained in:
committed by
Francis Lachapelle
parent
79a0a3684c
commit
4185cc37fe
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user