resource / Front-End-Standards

Front-end development standards for Resource.
MIT License
23 stars 1 forks source link

Better comment for Sass mixin #64

Closed nicetransition closed 11 years ago

nicetransition commented 11 years ago

https://github.com/LukeAskew/Front-End-Standards/blob/development/Stylesheets/Sass.md#mixin comment should be multiline and include param details:


/**
 * ## lightenIt()
 * Explain what it does
   * `$color`: Does this, X by default.
   * `$p`: Does this, X by default.
 */

Also $p variable name is not a suggested name.

apartyka commented 11 years ago

fixed https://github.com/LukeAskew/Front-End-Standards/blob/development/Stylesheets/Sass.md#mixin

nicetransition commented 11 years ago

:+1: