ChromatixAU / stylelint-config-chromatix

Chromatix custom config for stylelint. Based heavily on the WordPress Coding Standards but with some of our own too.
https://www.chromatix.com.au
MIT License
3 stars 0 forks source link

Find a rule to detect double declaration of mixins #7

Closed tdmalone closed 6 years ago

tdmalone commented 6 years ago

Would have prevented https://github.com/ChromatixAU/base-theme-ipx/issues/24, and will probably become more important once https://github.com/ChromatixAU/base-sass-mixins/ gets going given that common mixin declaration will be 'out-of-sight'.

Remember also that Sass will treats - and _ the same in mixin names.

tdmalone commented 6 years ago

Closing in favour of adding this to the list in #3