# sass-lint config generated by make-sass-lint-config v0.1.2
# 
# The following scss-lint Linters are not yet supported by sass-lint:
# DisableLinterReason, ElsePlacement, PropertyCount, SelectorDepth
# SpaceAroundOperator, TrailingWhitespace, UnnecessaryParentReference, Compass::*
# 
# The following settings/values are unsupported by sass-lint:
# Linter Indentation, option "allow_non_nested_indentation"
# Linter Indentation, option "character"
# Linter NestingDepth, option "ignore_parent_selectors"
# Linter PropertySortOrder, option "min_properties"
# Linter PropertySortOrder, option "separate_groups"
# Linter SpaceBeforeBrace, option "allow_single_line_padding"
# Linter VendorPrefix, option "identifier_list"

files: 
  include: 'src/**/*.scss'
options:
  formatter: stylish
  merge-default-rules: false
rules:
  bem-depth:
    - 0
    - max-depth: 1
  border-zero: # TODO - Change this back to 1 later.
    - 0
    - convention: none
  brace-style: # TODO - Change this back to 1 later.
    - 0
    - allow-single-line: true
  class-name-format: # TODO - Change this back to 1 later.
    - 0
    - convention: hyphenatedlowercase
  clean-import-paths:
    - 1
    - filename-extension: false
      leading-underscore: false
  empty-line-between-blocks: # TODO - Change this back to 1 later.
    - 0
    - ignore-single-line-rulesets: true
  # extends-before-declarations: 0
  # extends-before-mixins: 0
  final-newline: # TODO - Change this back to 1 later.
    - 0
    - include: true
  force-attribute-nesting: 0 # TODO - Change this back to 1 later.
  force-element-nesting: 0 # TODO - Change this back to 1 later.
  force-pseudo-nesting: 0 # TODO - Change this back to 1 later.
  function-name-format:
    - 1
    - allow-leading-underscore: true
      convention: hyphenatedlowercase
  hex-length:
    - 1
    - style: short
  hex-notation: # TODO - Change this back to 1 later.
    - 0
    - style: lowercase
  id-name-format: # TODO - Change this back to 1 later.
    - 0
    - convention: hyphenatedlowercase
  indentation: # TODO - Change this back to 1 later.
    - 0
    - size: 2
  leading-zero: # TODO - Change this back to 1 later.
    - 0
    - include: false
  mixin-name-format:
    - 1
    - allow-leading-underscore: true
      convention: hyphenatedlowercase
  mixins-before-declarations:
    - 2
    -
      exclude:
        - media
  nesting-depth: # TODO - Change this back to 1 later.
    - 0
    - max-depth: 3
  no-color-keywords: 1
  no-color-literals: 1
  no-css-comments: 0 # TODO - Change this back to 1 later.
  no-debug: 1
  no-duplicate-properties: 0 # TODO - Change this back to 1 later.
  no-empty-rulesets: 1
  no-extends: 2
  no-ids: 0 # TODO - Change this back to 1 later.
  no-important: 0 # TODO - Change this back to 1 later.
  no-invalid-hex: 1
  no-mergeable-selectors: 0 # TODO - Change this back to 1 later.
  no-misspelled-properties:
    - 1
    - extra-properties: []
  no-qualifying-elements: # TODO - Change this back to 1 later.
    - 0
    - allow-element-with-attribute: false
      allow-element-with-class: false
      allow-element-with-id: false
  no-trailing-whitespace: 1
  no-trailing-zero: 0 # TODO - Change this back to 1 later.
  no-transition-all: 0
  no-url-protocols: 1
  no-vendor-prefixes: # TODO - Change this back to 1 later.
    - 0
    - additional-identifiers: []
      excluded-identifiers: []
  placeholder-in-extend: 0 # TODO - Change this back to 1 later.
  placeholder-name-format:
    - 1
    - convention: hyphenatedlowercase
  property-sort-order:
    - 0
    - ignore-custom-properties: false
  quotes:
    - 1
    - style: double
  shorthand-values:
    - 0
  single-line-per-selector: 0 # TODO - Change this back to 1 later.
  space-after-bang: # TODO - Change this back to 1 later.
    - 0
    - include: false
  space-after-colon:
    - 1 
    - include: true
  space-after-comma: # TODO - Change this back to 1 later.
    - 0
    - include: true
  space-before-bang: # TODO - Change this back to 1 later.
    - 0
    - include: true
  space-before-brace: # TODO - Change this back to 1 later.
    - 0
    - include: true
  space-before-colon: 
    - 1
    - include: false
  space-between-parens: # TODO - Change this back to 1 later.
    - 0
    - include: false
  trailing-semicolon: 0 # TODO - Change this back to 1 later.
  url-quotes: 0 # TODO - Change this back to 1 later.
  variable-for-property:
    - 0
    - properties: []
  variable-name-format:
    - 1
    - allow-leading-underscore: true
      convention: hyphenatedlowercase
  zero-unit: 0 # TODO - Change this back to 1 later.
  