README.md in biola_frontend_toolkit-0.3.1 vs README.md in biola_frontend_toolkit-0.4.0
- old
+ new
@@ -38,12 +38,12 @@
body class="#{controller_name} #{action_name}"
= render 'frontend_toolkit/header'
= yield
= javascript_include_tag "application"
-Include the following in `application.css.scss`. This will add require statements for `bootstrap` and `font-awesome` automatically.
+Include the following in `application.css.scss`. This will add require statements for `bootstrap` and `font-awesome` automatically. It also includes some biola variables and mixins.
- //= require biola-frontend-toolkit
+ @import "biola-frontend-toolkit";
Include the following in `application.js.coffee`. This includes `jquery`, `jquery_ujs`, and `bootstrap` automatically.
#= require biola-frontend-toolkit