Merge branch 'enable-scss-lint-property-spelling' into 'master'

Enable PropertySpelling in scss-lint

See merge request !12752
This commit is contained in:
Clement Ho 2017-07-12 01:06:20 +00:00
commit 553610c427
2 changed files with 5 additions and 1 deletions

View File

@ -133,7 +133,7 @@ linters:
# Reports when you use an unknown or disabled CSS property
# (ignoring vendor-prefixed properties).
PropertySpelling:
enabled: false
enabled: true
# Configure which units are allowed for property values.
PropertyUnits:

View File

@ -0,0 +1,4 @@
---
title: Enable PropertySpelling in scss-lint
merge_request: 12752
author: Takuya Noguchi