formtastic-plus-flatui 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +16 -5
- data/lib/assets/stylesheets/formtastic-plus-flatui.scss +0 -3
- metadata +1 -1
data/README.md
CHANGED
@@ -2,11 +2,22 @@ formtastic-plus-flatui
|
|
2
2
|
======================
|
3
3
|
Have following scss imports with this:
|
4
4
|
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
5
|
+
@import "bootstrap-without-forms";
|
6
|
+
@import "formtastic-plus-bootstrap";
|
7
|
+
@import "font-awesome";
|
8
|
+
@import "formtastic-plus-flatui";
|
9
|
+
|
10
|
+
Gemfile:
|
11
|
+
|
12
|
+
gem 'formtastic'
|
13
|
+
|
14
|
+
group :assets do
|
15
|
+
gem 'sass-rails', '~> 3.2.3'
|
16
|
+
gem "font-awesome-rails"
|
17
|
+
gem "formtastic-plus-bootstrap"
|
18
|
+
gem "formtastic-plus-flatui"
|
19
|
+
gem "flatui-rails"
|
20
|
+
end
|
10
21
|
|
11
22
|
== Contributing to formtastic-plus-flatui
|
12
23
|
|