mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Disable several CSS Lint rules
This commit is contained in:
@@ -121,12 +121,19 @@ module.exports = (grunt) ->
|
||||
csslint:
|
||||
options:
|
||||
'adjoining-classes': false
|
||||
'box-model': false
|
||||
'box-sizing': false
|
||||
'bulletproof-font-face': false
|
||||
'compatible-vendor-prefixes': false
|
||||
'fallback-colors': false
|
||||
'gradients': false
|
||||
'ids': false
|
||||
'important': false
|
||||
'known-properties': false
|
||||
'overqualified-elements': false
|
||||
'qualified-headings': false
|
||||
'unique-headings': false
|
||||
'universal-selector': false
|
||||
'vendor-prefix': false
|
||||
src: [
|
||||
'src/**/*.css',
|
||||
|
||||
Reference in New Issue
Block a user