Short description and motivation.
How to use my plugin.
Add this line to your application's Gemfile:
Gemfile
gem 'fall_snow'
And then execute:
$ bundle
app/assets/stylesheets/application.css
@import 'fall_snow/style.css';
body{
background-color: #142744;
}
view_file
<%= fall_snow %>
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.