formtastic-plus-flatui 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +3 -0
- data/lib/assets/stylesheets/formtastic-plus-flatui.scss +0 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -8,6 +8,9 @@ Have following scss imports with this:
|
|
8
8
|
|
9
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
10
|
@import 'flat-ui/modules/type'; //if you want to have the basic styles (for us it crashed our layout)
|
11
|
+
@import 'flat-ui/modules/demo'; // if you need the demo css for some reason
|
12
|
+
@import 'flat-ui/modules/footer'; // if you want the flat-ui footer
|
13
|
+
@import 'flat-ui/modules/pagination'; // if you want to use the pagination
|
11
14
|
@import "formtastic-plus-flatui";
|
12
15
|
|
13
16
|
Gemfile:
|
@@ -17,7 +17,6 @@
|
|
17
17
|
@import 'flat-ui/modules/progress';
|
18
18
|
@import 'flat-ui/modules/ui-slider';
|
19
19
|
@import 'flat-ui/modules/pager';
|
20
|
-
@import 'flat-ui/modules/pagination';
|
21
20
|
@import 'flat-ui/modules/share';
|
22
21
|
@import 'flat-ui/modules/tooltip';
|
23
22
|
@import 'flat-ui/modules/palette';
|