mirror of
https://github.com/bigchaindb/stylelint-config-bigchaindb.git
synced 2025-02-05 17:05:41 +01:00
disallow all vendor prefixes
* we prefer using autoprefixer in all projects
This commit is contained in:
parent
7cb494064d
commit
8f9039789b
7
index.js
7
index.js
@ -32,6 +32,11 @@ module.exports = {
|
||||
'media-feature-range-operator-space-after': 'always',
|
||||
'media-feature-parentheses-space-inside': 'never',
|
||||
'media-feature-colon-space-before': 'never',
|
||||
'media-feature-colon-space-after': 'always'
|
||||
'media-feature-colon-space-after': 'always',
|
||||
'media-feature-name-no-vendor-prefix': true,
|
||||
'at-rule-no-vendor-prefix': true,
|
||||
'property-no-vendor-prefix': true,
|
||||
'selector-no-vendor-prefix': true,
|
||||
'value-no-vendor-prefix': true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user