README.md in ama_layout-4.10.1 vs README.md in ama_layout-5.0.0
- old
+ new
@@ -1,8 +1,8 @@
# AmaLayout
-The AmaLayout gem is used to add a standard layout and style to .ama.ab.ca sites.
+The AmaLayout gem is used to add a standard layout to .ama.ab.ca sites.
## Installation
Add this line to your application's Gemfile:
@@ -146,24 +146,14 @@
<%= yield %>
</div>
<%= render "ama_layout/footer" %>
</body>
-### Stylesheets
-
-Add the following to your application.scss
-
- @import "ama_layout/application";
-
### Javascript
Add the following to your application.js
//= require ama_layout/desktop
-
-### Mobile Layouts
-
-There is no need for you to set any specific code, values,... for mobile views.
## Contributing
1. Fork it ( https://github.com/amaabca/ama_layout/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)