rapido-css 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. data/stylesheets/_default-styles.scss +352 -352
  2. data/stylesheets/_functions.scss +77 -50
  3. data/stylesheets/_susy.scss +15 -12
  4. data/stylesheets/components/_alerts.scss +21 -21
  5. data/stylesheets/components/_breadcrumbs.scss +15 -15
  6. data/stylesheets/components/_button-groups.scss +51 -53
  7. data/stylesheets/components/_buttons.scss +94 -97
  8. data/stylesheets/components/_captions.scss +45 -45
  9. data/stylesheets/components/_close.scss +27 -27
  10. data/stylesheets/components/_dropdowns.scss +121 -121
  11. data/stylesheets/components/_forms.scss +246 -248
  12. data/stylesheets/components/_grids.scss +35 -35
  13. data/stylesheets/components/_labels.scss +38 -38
  14. data/stylesheets/components/_modals.scss +242 -248
  15. data/stylesheets/components/_navs.scss +86 -91
  16. data/stylesheets/components/_pager.scss +53 -53
  17. data/stylesheets/components/_pagination.scss +83 -85
  18. data/stylesheets/components/_responsive-navs.scss +84 -84
  19. data/stylesheets/components/_sliders.scss +54 -58
  20. data/stylesheets/components/_tables.scss +69 -74
  21. data/stylesheets/components/_tabs.scss +54 -54
  22. data/stylesheets/components/_type.scss +134 -140
  23. data/stylesheets/{_rapido.scss → rapido.scss} +0 -8
  24. data/stylesheets/settings/_base.scss +23 -23
  25. data/stylesheets/settings/_colors.scss +13 -13
  26. data/stylesheets/settings/_components.scss +43 -42
  27. data/stylesheets/settings/_dimensions.scss +91 -91
  28. data/stylesheets/settings/_effects.scss +28 -14
  29. data/stylesheets/susy/{_susy_background.scss → _background.scss} +0 -0
  30. data/stylesheets/susy/{_susy_functions.scss → _functions.scss} +0 -0
  31. data/stylesheets/susy/{_susy_grid.scss → _grid.scss} +0 -0
  32. data/stylesheets/susy/{_susy_isolation.scss → _isolation.scss} +1 -0
  33. data/stylesheets/susy/{_susy_margin.scss → _margin.scss} +0 -0
  34. data/stylesheets/susy/{_susy_media.scss → _media.scss} +0 -0
  35. data/stylesheets/susy/{_susy_padding.scss → _padding.scss} +0 -0
  36. data/stylesheets/susy/{_susy_settings.scss → _settings.scss} +0 -0
  37. data/stylesheets/susy/{_susy_support.scss → _support.scss} +0 -0
  38. data/stylesheets/susy/{_susy_units.scss → _units.scss} +0 -0
  39. data/stylesheets/utilities/_animations.scss +638 -597
  40. data/stylesheets/utilities/_debug.scss +43 -43
  41. data/stylesheets/utilities/_helper-classes.scss +70 -54
  42. data/stylesheets/utilities/_icon-fonts.scss +90 -90
  43. data/stylesheets/utilities/_mixins.scss +390 -357
  44. metadata +20 -17
  45. checksums.yaml +0 -15
  46. data/stylesheets/config.rb +0 -8
metadata CHANGED
@@ -1,18 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rapido-css
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Raffaele Rasini
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2013-12-10 00:00:00.000000000 Z
12
+ date: 2013-12-28 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: compass
15
16
  requirement: !ruby/object:Gem::Requirement
17
+ none: false
16
18
  requirements:
17
19
  - - ! '>='
18
20
  - !ruby/object:Gem::Version
@@ -20,6 +22,7 @@ dependencies:
20
22
  type: :runtime
21
23
  prerelease: false
22
24
  version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
23
26
  requirements:
24
27
  - - ! '>='
25
28
  - !ruby/object:Gem::Version
@@ -36,7 +39,6 @@ files:
36
39
  - stylesheets/_default-styles.scss
37
40
  - stylesheets/_functions.scss
38
41
  - stylesheets/_normalize.scss
39
- - stylesheets/_rapido.scss
40
42
  - stylesheets/_susy.scss
41
43
  - stylesheets/components/_alerts.scss
42
44
  - stylesheets/components/_breadcrumbs.scss
@@ -57,23 +59,23 @@ files:
57
59
  - stylesheets/components/_tables.scss
58
60
  - stylesheets/components/_tabs.scss
59
61
  - stylesheets/components/_type.scss
60
- - stylesheets/config.rb
62
+ - stylesheets/rapido.scss
61
63
  - stylesheets/settings/_base.scss
62
64
  - stylesheets/settings/_colors.scss
63
65
  - stylesheets/settings/_components.scss
64
66
  - stylesheets/settings/_dimensions.scss
65
67
  - stylesheets/settings/_effects.scss
66
68
  - stylesheets/styleguide.md
67
- - stylesheets/susy/_susy_background.scss
68
- - stylesheets/susy/_susy_functions.scss
69
- - stylesheets/susy/_susy_grid.scss
70
- - stylesheets/susy/_susy_isolation.scss
71
- - stylesheets/susy/_susy_margin.scss
72
- - stylesheets/susy/_susy_media.scss
73
- - stylesheets/susy/_susy_padding.scss
74
- - stylesheets/susy/_susy_settings.scss
75
- - stylesheets/susy/_susy_support.scss
76
- - stylesheets/susy/_susy_units.scss
69
+ - stylesheets/susy/_background.scss
70
+ - stylesheets/susy/_functions.scss
71
+ - stylesheets/susy/_grid.scss
72
+ - stylesheets/susy/_isolation.scss
73
+ - stylesheets/susy/_margin.scss
74
+ - stylesheets/susy/_media.scss
75
+ - stylesheets/susy/_padding.scss
76
+ - stylesheets/susy/_settings.scss
77
+ - stylesheets/susy/_support.scss
78
+ - stylesheets/susy/_units.scss
77
79
  - stylesheets/utilities/_animations.scss
78
80
  - stylesheets/utilities/_debug.scss
79
81
  - stylesheets/utilities/_helper-classes.scss
@@ -84,25 +86,26 @@ files:
84
86
  homepage: https://github.com/raffone/rapido
85
87
  licenses:
86
88
  - Apache License Version 2.0
87
- metadata: {}
88
89
  post_install_message:
89
90
  rdoc_options: []
90
91
  require_paths:
91
92
  - lib
92
93
  required_ruby_version: !ruby/object:Gem::Requirement
94
+ none: false
93
95
  requirements:
94
96
  - - ! '>='
95
97
  - !ruby/object:Gem::Version
96
98
  version: '0'
97
99
  required_rubygems_version: !ruby/object:Gem::Requirement
100
+ none: false
98
101
  requirements:
99
102
  - - ! '>='
100
103
  - !ruby/object:Gem::Version
101
104
  version: '0'
102
105
  requirements: []
103
106
  rubyforge_project:
104
- rubygems_version: 2.0.7
107
+ rubygems_version: 1.8.23
105
108
  signing_key:
106
- specification_version: 4
109
+ specification_version: 3
107
110
  summary: a quick bootstrap prototyping framework
108
111
  test_files: []
checksums.yaml DELETED
@@ -1,15 +0,0 @@
1
- ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MDI0Yzc2Y2QwYjRhNDg2NjE3Mzc1MTlmNzkxY2Y0ZGQxYmE3YTQ5Ng==
5
- data.tar.gz: !binary |-
6
- YjIxNWYwMDcxNGYzNmIyMTM3N2YyNGU5NDkwZDA4YWE1ZjYzNzg3Ng==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- OWVhMDQ0OWQ2ZGNhMjlhZTgwNmIwYmNlZDE1ZmViNDk5MTg5Mzg3YjU3YmM5
10
- MmYwYTlhZWVmMjJmOGNjOGRjNTQxNDgxYTk3ODJkZGJlZmE4YmE5ZDA0NDgy
11
- OThmYjhkOTlkMmEwY2M0YmRkM2U0MjM4Njg5ODE3ZmNiYTY3MTU=
12
- data.tar.gz: !binary |-
13
- MTE2MWY1YjViYjYyY2ZhOWE4ZjBmZjkwMGMxYjA4NTAyNGYwM2U3NGZiYWNm
14
- NjAwYTdiYzVhODJiYmQ0YjdiNTUyNDc2NzdhYTg4MTIzMmVkMjJiNWNiZWQ0
15
- OGY3NjM0ZDY3YjVkZjYxNDcyMWMzODIzMDQ1YWIzYWViMTY0NWQ=
@@ -1,8 +0,0 @@
1
- http_path = "/"
2
- css_dir = "."
3
- sass_dir = "."
4
- images_dir = "img"
5
- javascripts_dir = "js"
6
- output_style = :compressed
7
- relative_assets=true
8
- line_comments = false