formtastic-plus-flatui 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +2 -0
- data/lib/assets/stylesheets/formtastic-plus-flatui.scss +2 -2
- metadata +1 -1
data/README.md
CHANGED
|
@@ -5,7 +5,9 @@ Have following scss imports with this:
|
|
|
5
5
|
@import "bootstrap-without-forms";
|
|
6
6
|
@import "formtastic-plus-bootstrap";
|
|
7
7
|
@import "font-awesome";
|
|
8
|
+
|
|
8
9
|
@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
|
|
10
|
+
@import 'flat-ui/modules/type'; //if you want to have the basic styles (for us it crashed our layout)
|
|
9
11
|
@import "formtastic-plus-flatui";
|
|
10
12
|
|
|
11
13
|
Gemfile:
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// Modules
|
|
10
10
|
|
|
11
11
|
@import 'flat-ui/modules/btn';
|
|
12
|
-
|
|
12
|
+
|
|
13
13
|
@import 'flat-ui/modules/navbar';
|
|
14
14
|
|
|
15
15
|
@import 'flat-ui/modules/toggle';
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
@import 'flat-ui/modules/palette';
|
|
24
24
|
@import 'flat-ui/modules/tile';
|
|
25
25
|
@import 'flat-ui/modules/todo';
|
|
26
|
-
|
|
26
|
+
|
|
27
27
|
@import 'flat-ui/modules/video';
|
|
28
28
|
@import 'flat-ui/modules/login';
|
|
29
29
|
|