formtastic-plus-flatui 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -0
- data/lib/assets/stylesheets/formtastic-plus-flatui.scss +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -5,6 +5,7 @@ Have following scss imports with this:
|
|
5
5
|
@import "bootstrap-without-forms";
|
6
6
|
@import "formtastic-plus-bootstrap";
|
7
7
|
@import "font-awesome";
|
8
|
+
@import 'flat-ui/config'; //use default config or swap with custom https://github.com/pkurek/flatui-rails/blob/master/vendor/assets/stylesheets/flat-ui/_config.sass
|
8
9
|
@import "formtastic-plus-flatui";
|
9
10
|
|
10
11
|
Gemfile:
|