Currently, I am looking to implement tabbed views in a project I am developing using Rails 3. To ensure compatibility with the latest features of Rails, I have decided to utilize Sass and CoffeeScript as my primary tools.
If anyone has any resources or tutorials they can recommend, or if someone could provide an overview of how to integrate these technologies into my project, it would be greatly appreciated.
Although I have searched for examples, most of what I found pertains to JQuery rather than Sass. Since Sass is essentially a CSS abstraction, should I attempt to reverse engineer existing CSS demonstrations?
I understand that this request is quite broad, considering the vast array of options available in the open-source community. As such, I strive to adhere to best practices whenever possible...
Thank you for your assistance.