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 property in [from, to] @keyframes #300

Open qm3ster opened 8 years ago

qm3ster commented 8 years ago
@keyframes fadeIn
  from
    opacity: 0
  to
    opacity: 1

yeilds duplicate property or selector, consider merging

What is the suggested improvement?