compass

https://github.com/chriseppstein/compass

CSS

Compass is no longer actively maintained. Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.

Note#to_discussion

Returns a discussion containing just this note.
This method exists as an alternative to `#discussion` to use when the methods
we intend to call on the Discussion object don't require it to have all of its notes,
and just depend on the first note or the type of discussion. This saves us a DB query.

Source | Google | Stack overflow

Edit

git clone [email protected]:chriseppstein/compass.git

cd compass

open

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Note-to_discussion-for-pr


# Commit to git

git add git commit -m "better docs for Note#to_discussion"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Note-to_discussion-for-pr

hub pull-request


# Celebrate!