mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
Ignore display-property-grouping lint errors
These aren't always accurate since the computed value for floats can override the specified value.
This commit is contained in:
parent
6178294537
commit
d13d0543b9
@ -77,6 +77,7 @@ module.exports = (grunt) ->
|
||||
'box-sizing': false
|
||||
'bulletproof-font-face': false
|
||||
'compatible-vendor-prefixes': false
|
||||
'display-property-grouping': false
|
||||
'fallback-colors': false
|
||||
'font-sizes': false
|
||||
'gradients': false
|
||||
|
Loading…
Reference in New Issue
Block a user