Browse Source

Ignore used HTML5 compass mixins.

pull/174/head
Simon Eisenmann 11 years ago
parent
commit
d36f19f968
  1. 10
      src/styles/scss.yml

10
src/styles/scss.yml

@ -187,3 +187,13 @@ linters: @@ -187,3 +187,13 @@ linters:
Compass::*:
enabled: true
Compass::PropertyWithMixin:
ignore:
- 'inline-block'
- 'box-shadow'
- 'opacity'
- 'border-radius'
- 'transform'
- 'text-shadow'
- 'background-clip'

Loading…
Cancel
Save