ScalesCSS / scalescss

A design-free, modular collection of OOCSS patterns, framework settings, and utilities for quickly building responsive web projects
http://scalescss.github.io/scalescss/
MIT License
37 stars 15 forks source link

Update Sass Lint #29

Closed yodasw16 closed 6 years ago

yodasw16 commented 6 years ago

Currently have no-duplicate-properties set to 1, but need to exclude display. Should look like this instead:

  no-duplicate-properties:
  - 1
  -
    exclude:
      - display