SimenB / stylint

Improve your Stylus code with Stylint
https://simenb.github.io/stylint/
GNU General Public License v2.0
348 stars 61 forks source link

Duplicate Warning when use mixin {block} #466

Closed anhdd-kuro closed 1 year ago

anhdd-kuro commented 3 years ago

I have mixin like this

media-min(break-point)
  @media (min-width: break-point)
    {block}

media-max(break-point)
  @media (max-width: break-point)
    {block}

and got duplicate property or selector, consider merging when I delete {block} , the warning's gone any one know how to solve this without using stylin off ?

スクリーンショット 2020-11-03 13 44 08