SimenB / stylint

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

``extendPref`` example contains a minor typo #411

Closed yash-nisar closed 7 years ago

yash-nisar commented 7 years ago

Example if set to @extend: prefer @extend $some-var over @extend $some-var should be changed to Example if set to @extend: prefer @extend $some-var over @extends $some-var

SimenB commented 7 years ago

Could you send a PR with the fix?

yash-nisar commented 7 years ago

The PR is here. @SimenB