diff options
| author | Chris Rebert <[email protected]> | 2014-12-08 19:59:21 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-08 19:59:23 -0800 |
| commit | 2e91a3d6a765b6651fc148870e9b2ffad0cd2c5e (patch) | |
| tree | 7fa726ed3f9d3c94e0b96d14bc4c6d65818ea6fb | |
| parent | 1e4f280b19cfb31c9df9bb01da3ab0526f8415a0 (diff) | |
| download | bootstrap-2e91a3d6a765b6651fc148870e9b2ffad0cd2c5e.tar.xz bootstrap-2e91a3d6a765b6651fc148870e9b2ffad0cd2c5e.zip | |
temporarily disable PropertySortOrder since it defaults to alphabetical
| -rw-r--r-- | scss/.scss-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/.scss-lint.yml b/scss/.scss-lint.yml index e6210d4d8..e7b7524d9 100644 --- a/scss/.scss-lint.yml +++ b/scss/.scss-lint.yml @@ -83,7 +83,7 @@ linters: enabled: true PropertySortOrder: - enabled: true + enabled: false ignore_unspecified: false PropertySpelling: |
