bulma-rails 0.4.2 → 0.4.3

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.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/app/assets/stylesheets/bulma.sass +1 -1
  4. data/app/assets/stylesheets/sass/base/_all.sass +0 -0
  5. data/app/assets/stylesheets/sass/base/generic.sass +2 -1
  6. data/app/assets/stylesheets/sass/base/helpers.sass +0 -0
  7. data/app/assets/stylesheets/sass/base/minireset.sass +0 -1
  8. data/app/assets/stylesheets/sass/components/_all.sass +3 -1
  9. data/app/assets/stylesheets/sass/components/breadcrumb.sass +66 -0
  10. data/app/assets/stylesheets/sass/components/card.sass +0 -0
  11. data/app/assets/stylesheets/sass/components/level.sass +0 -0
  12. data/app/assets/stylesheets/sass/components/media.sass +0 -0
  13. data/app/assets/stylesheets/sass/components/menu.sass +0 -0
  14. data/app/assets/stylesheets/sass/components/message.sass +0 -0
  15. data/app/assets/stylesheets/sass/components/modal.sass +0 -0
  16. data/app/assets/stylesheets/sass/components/nav.sass +2 -2
  17. data/app/assets/stylesheets/sass/components/navbar.sass +208 -0
  18. data/app/assets/stylesheets/sass/components/pagination.sass +0 -0
  19. data/app/assets/stylesheets/sass/components/panel.sass +0 -0
  20. data/app/assets/stylesheets/sass/components/tabs.sass +0 -0
  21. data/app/assets/stylesheets/sass/elements/_all.sass +0 -0
  22. data/app/assets/stylesheets/sass/elements/box.sass +0 -0
  23. data/app/assets/stylesheets/sass/elements/button.sass +0 -0
  24. data/app/assets/stylesheets/sass/elements/content.sass +9 -2
  25. data/app/assets/stylesheets/sass/elements/form.sass +12 -0
  26. data/app/assets/stylesheets/sass/elements/icon.sass +0 -0
  27. data/app/assets/stylesheets/sass/elements/image.sass +0 -0
  28. data/app/assets/stylesheets/sass/elements/notification.sass +0 -0
  29. data/app/assets/stylesheets/sass/elements/other.sass +0 -0
  30. data/app/assets/stylesheets/sass/elements/progress.sass +0 -0
  31. data/app/assets/stylesheets/sass/elements/table.sass +0 -0
  32. data/app/assets/stylesheets/sass/elements/tag.sass +0 -0
  33. data/app/assets/stylesheets/sass/elements/title.sass +0 -0
  34. data/app/assets/stylesheets/sass/grid/_all.sass +0 -0
  35. data/app/assets/stylesheets/sass/grid/columns.sass +74 -0
  36. data/app/assets/stylesheets/sass/grid/tiles.sass +0 -0
  37. data/app/assets/stylesheets/sass/layout/_all.sass +0 -0
  38. data/app/assets/stylesheets/sass/layout/footer.sass +0 -0
  39. data/app/assets/stylesheets/sass/layout/hero.sass +5 -5
  40. data/app/assets/stylesheets/sass/layout/section.sass +0 -0
  41. data/app/assets/stylesheets/sass/utilities/_all.sass +0 -0
  42. data/app/assets/stylesheets/sass/utilities/animations.sass +0 -0
  43. data/app/assets/stylesheets/sass/utilities/controls.sass +0 -0
  44. data/app/assets/stylesheets/sass/utilities/derived-variables.sass +0 -0
  45. data/app/assets/stylesheets/sass/utilities/functions.sass +0 -0
  46. data/app/assets/stylesheets/sass/utilities/initial-variables.sass +0 -0
  47. data/app/assets/stylesheets/sass/utilities/mixins.sass +12 -0
  48. data/app/assets/stylesheets/sass/utilities/variables.sass +0 -0
  49. data/bulma-rails.gemspec +1 -2
  50. metadata +5 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 63031c5b67fe906b4ece2c285933cd1896574586
4
- data.tar.gz: cc9d9dda4cfcd250481fafdc4e9d50c5f1a157c6
3
+ metadata.gz: 304ff4863cd6ff7ee159e64e0aebe30b29220598
4
+ data.tar.gz: 641b22c7c509c6e215e29e9c854d06c5ae4015a2
5
5
  SHA512:
6
- metadata.gz: 19b09662db1036c41b1bd6c76fad8ee951c2e40684f49ca7a8c60d60c01d540fce5967c20628cecb6da997db5fb717d92d34339b2e5ea24968918f13f9e07d43
7
- data.tar.gz: 10682b3ed37bb55e4fe1715287055695811481cea6a55cc8066ded953bf5f4e9b118263bd5c0dd06b944aaa6a46e25106b3d30eb59ed844e82cb3130c8201284
6
+ metadata.gz: d12d402f4c60d0de96fcd7fbf60e01bb3d4f8e4efd130d9331039b1a8b87e181f901ba4b92296c5defeee64e57dccda14ecc3d144da150edb585e6771493bcd8
7
+ data.tar.gz: 35056f12a2d51aa1700e764d15dd19eb0f5627deb504ae26615b0df1acdb61762639a91d9886d722742c427eb6590bde3b562f0c808413e4f89c32348f50780e
data/README.md CHANGED
@@ -8,7 +8,7 @@ A modern CSS framework based on Flexbox.
8
8
 
9
9
  Add this line to your application's Gemfile:
10
10
 
11
- gem "bulma-rails", "~> 0.4.2"
11
+ gem "bulma-rails", "~> 0.4.3"
12
12
 
13
13
  And then execute:
14
14
 
@@ -1,4 +1,4 @@
1
- /*! bulma.io v0.4.2 | MIT License | github.com/jgthms/bulma */
1
+ /*! bulma.io v0.4.3 | MIT License | github.com/jgthms/bulma */
2
2
  @charset "utf-8"
3
3
 
4
4
  @import "sass/utilities/_all"
@@ -35,6 +35,7 @@ body
35
35
  font-size: 1rem
36
36
  font-weight: $weight-normal
37
37
  line-height: 1.5
38
+ overflow-x: hidden
38
39
 
39
40
  // Inline
40
41
 
@@ -68,7 +69,7 @@ input[type="radio"]
68
69
  vertical-align: baseline
69
70
 
70
71
  small
71
- font-size: 0.8em
72
+ font-size: 0.875em
72
73
 
73
74
  span
74
75
  font-style: inherit
@@ -63,7 +63,6 @@ embed,
63
63
  object,
64
64
  audio,
65
65
  video
66
- height: auto
67
66
  max-width: 100%
68
67
 
69
68
  // Iframe
@@ -1,5 +1,6 @@
1
1
  @charset "utf-8"
2
2
 
3
+ @import "breadcrumb.sass"
3
4
  @import "card.sass"
4
5
  @import "level.sass"
5
6
  @import "media.sass"
@@ -7,6 +8,7 @@
7
8
  @import "message.sass"
8
9
  @import "modal.sass"
9
10
  @import "nav.sass"
11
+ @import "navbar.sass"
10
12
  @import "pagination.sass"
11
13
  @import "panel.sass"
12
- @import "tabs.sass"
14
+ @import "tabs.sass"
@@ -0,0 +1,66 @@
1
+ .breadcrumb
2
+ +block
3
+ +unselectable
4
+ align-items: stretch
5
+ display: flex
6
+ font-size: $size-normal
7
+ overflow: hidden
8
+ overflow-x: auto
9
+ white-space: nowrap
10
+ a
11
+ align-items: center
12
+ color: $text-light
13
+ display: flex
14
+ justify-content: center
15
+ padding: 0.5em 0.75em
16
+ &:hover
17
+ color: $link-hover
18
+ li
19
+ align-items: center
20
+ display: flex
21
+ &.is-active
22
+ a
23
+ color: $text-strong
24
+ cursor: default
25
+ pointer-events: none
26
+ & + li:before
27
+ color: $text
28
+ content: '\0002f'
29
+ ul, ol
30
+ align-items: center
31
+ display: flex
32
+ flex-grow: 1
33
+ flex-shrink: 0
34
+ justify-content: flex-start
35
+ .icon
36
+ &:first-child
37
+ margin-right: 0.5em
38
+ &:last-child
39
+ margin-left: 0.5em
40
+ // Alignment
41
+ &.is-centered
42
+ ol, ul
43
+ justify-content: center
44
+ &.is-right
45
+ ol, ul
46
+ justify-content: flex-end
47
+ // Sizes
48
+ &.is-small
49
+ font-size: $size-small
50
+ &.is-medium
51
+ font-size: $size-medium
52
+ &.is-large
53
+ font-size: $size-large
54
+ // Styles
55
+ &.has-arrow-separator
56
+ li + li:before
57
+ content: '\02192'
58
+ &.has-bullet-separator
59
+ li + li:before
60
+ content: '\02022'
61
+ &.has-dot-separator
62
+ li + li:before
63
+ content: '\000b7'
64
+ &.has-succeeds-separator
65
+ li + li:before
66
+ content: '\0227B'
@@ -31,8 +31,8 @@ $nav-height: 3.25rem !default
31
31
  +mobile
32
32
  justify-content: flex-start
33
33
 
34
- .nav-item a,
35
- a.nav-item
34
+ .nav-item a:not(.button),
35
+ a.nav-item:not(.button)
36
36
  color: $text-light
37
37
  &:hover
38
38
  color: $link-hover
@@ -0,0 +1,208 @@
1
+ $navbar-background: $white !default
2
+ $navbar-height: 3.25rem !default
3
+
4
+ $navbar-item: $grey-dark !default
5
+ $navbar-item-hover: $black !default
6
+ $navbar-item-hover-background: $background !default
7
+ $navbar-item-active: $black !default
8
+ $navbar-item-active-background: transparent !default
9
+
10
+ $navbar-dropdown-background: $white !default
11
+ $navbar-dropdown-border: $border !default
12
+ $navbar-dropdown-offset: -4px !default
13
+ $navbar-dropdown-arrow: $link !default
14
+ $navbar-dropdown-radius: $radius-large !default
15
+ $navbar-dropdown-z: 20 !default
16
+
17
+ $navbar-dropdown-item-hover: $black !default
18
+ $navbar-dropdown-item-hover-background: $background !default
19
+ $navbar-dropdown-item-active: $primary !default
20
+ $navbar-dropdown-item-active-background: $background !default
21
+
22
+ $navbar-divider-background: $border !default
23
+
24
+ .navbar
25
+ background-color: $navbar-background
26
+ min-height: $navbar-height
27
+ position: relative
28
+
29
+ .navbar-brand
30
+ align-items: stretch
31
+ height: $navbar-height
32
+ display: flex
33
+
34
+ .navbar-burger
35
+ +hamburger($navbar-height)
36
+ margin-left: auto
37
+
38
+ .navbar-menu
39
+ display: none
40
+
41
+ .navbar-item,
42
+ .navbar-link
43
+ color: $navbar-item
44
+ display: block
45
+ line-height: 1.5
46
+ padding: 0.5rem 1rem
47
+ position: relative
48
+
49
+ a.navbar-item,
50
+ .navbar-link
51
+ &:hover,
52
+ &.is-active
53
+ background-color: $navbar-item-hover-background
54
+ color: $navbar-item-hover
55
+
56
+ .navbar-item
57
+ flex-grow: 0
58
+ flex-shrink: 0
59
+ img
60
+ max-height: 1.75rem
61
+ &.has-dropdown
62
+ padding: 0
63
+
64
+ .navbar-content
65
+ flex-grow: 1
66
+ flex-shrink: 1
67
+
68
+ .navbar-link
69
+ padding-right: 2.5em
70
+
71
+ .navbar-dropdown
72
+ font-size: 0.875rem
73
+ padding-bottom: 0.5rem
74
+ padding-top: 0.5rem
75
+ .navbar-item
76
+ padding-left: 1.5rem
77
+ padding-right: 1.5rem
78
+
79
+ .navbar-divider
80
+ background-color: $navbar-divider-background
81
+ border: none
82
+ display: none
83
+ height: 1px
84
+ margin: 0.5rem 0
85
+
86
+ +touch
87
+ .navbar-brand
88
+ .navbar-item
89
+ align-items: center
90
+ display: flex
91
+ .navbar-menu
92
+ box-shadow: 0 8px 16px rgba($black, 0.1)
93
+ padding: 0.5rem 0
94
+ &.is-active
95
+ display: block
96
+
97
+ +desktop
98
+ .navbar,
99
+ .navbar-menu,
100
+ .navbar-start,
101
+ .navbar-end
102
+ align-items: stretch
103
+ display: flex
104
+ .navbar
105
+ height: $navbar-height
106
+ &.is-transparent
107
+ a.navbar-item,
108
+ .navbar-link
109
+ &:hover,
110
+ &.is-active
111
+ background-color: transparent
112
+ .navbar-item.has-dropdown
113
+ &.is-active,
114
+ &.is-hoverable:hover
115
+ .navbar-link
116
+ background-color: transparent
117
+ .navbar-dropdown
118
+ a.navbar-item
119
+ &:hover
120
+ background-color: $navbar-dropdown-item-hover-background
121
+ color: $navbar-dropdown-item-hover
122
+ &.is-active
123
+ background-color: $navbar-dropdown-item-active-background
124
+ color: $navbar-dropdown-item-active
125
+ .navbar-burger
126
+ display: none
127
+ .navbar-item,
128
+ .navbar-link
129
+ align-items: center
130
+ display: flex
131
+ .navbar-item
132
+ &.has-dropdown
133
+ align-items: stretch
134
+ &.is-active,
135
+ &.is-hoverable:hover
136
+ .navbar-dropdown
137
+ display: block
138
+ &.is-boxed
139
+ opacity: 1
140
+ pointer-events: auto
141
+ transform: translateY(0)
142
+ .navbar-link
143
+ &::after
144
+ +arrow($navbar-dropdown-arrow)
145
+ margin-top: -0.375em
146
+ right: 1.125em
147
+ top: 50%
148
+ .navbar-menu
149
+ flex-grow: 1
150
+ flex-shrink: 0
151
+ .navbar-start
152
+ justify-content: flex-start
153
+ margin-right: auto
154
+ .navbar-end
155
+ justify-content: flex-end
156
+ margin-left: auto
157
+ .navbar-dropdown
158
+ background-color: $navbar-dropdown-background
159
+ border-bottom-left-radius: $navbar-dropdown-radius
160
+ border-bottom-right-radius: $navbar-dropdown-radius
161
+ border-top: 1px solid $navbar-dropdown-border
162
+ box-shadow: 0 8px 8px rgba($black, 0.1)
163
+ display: none
164
+ font-size: 0.875rem
165
+ left: 0
166
+ min-width: 100%
167
+ position: absolute
168
+ top: 100%
169
+ z-index: $navbar-dropdown-z
170
+ .navbar-item
171
+ padding: 0.375rem 1rem
172
+ white-space: nowrap
173
+ a.navbar-item
174
+ padding-right: 3rem
175
+ &:hover
176
+ background-color: $navbar-dropdown-item-hover-background
177
+ color: $navbar-dropdown-item-hover
178
+ &.is-active
179
+ background-color: $navbar-dropdown-item-active-background
180
+ color: $navbar-dropdown-item-active
181
+ &.is-boxed
182
+ border-radius: $navbar-dropdown-radius
183
+ border-top: none
184
+ box-shadow: 0 8px 8px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)
185
+ display: block
186
+ opacity: 0
187
+ pointer-events: none
188
+ top: calc(100% + (#{$navbar-dropdown-offset}))
189
+ transform: translateY(-5px)
190
+ transition-duration: $speed
191
+ transition-property: opacity, transform
192
+ .navbar-divider
193
+ display: block
194
+ .container > .navbar
195
+ margin-left: -1rem
196
+ margin-right: -1rem
197
+ // Hover/Active states
198
+ a.navbar-item,
199
+ .navbar-link
200
+ &.is-active
201
+ color: $navbar-item-active
202
+ &.is-active:not(:hover)
203
+ background-color: $navbar-item-active-background
204
+ .navbar-item.has-dropdown
205
+ &:hover,
206
+ &.is-active
207
+ .navbar-link
208
+ background-color: $navbar-item-hover-background
@@ -54,12 +54,10 @@
54
54
  ol
55
55
  list-style: decimal outside
56
56
  margin-left: 2em
57
- margin-right: 2em
58
57
  margin-top: 1em
59
58
  ul
60
59
  list-style: disc outside
61
60
  margin-left: 2em
62
- margin-right: 2em
63
61
  margin-top: 1em
64
62
  ul
65
63
  list-style-type: circle
@@ -68,12 +66,21 @@
68
66
  list-style-type: square
69
67
  dd
70
68
  margin-left: 2em
69
+ figure
70
+ text-align: center
71
+ img
72
+ display: inline-block
73
+ figcaption
74
+ font-style: italic
71
75
  pre
72
76
  +overflow-touch
73
77
  overflow-x: auto
74
78
  padding: 1.25em 1.5em
75
79
  white-space: pre
76
80
  word-wrap: normal
81
+ sup,
82
+ sub
83
+ font-size: 70%
77
84
  table
78
85
  width: 100%
79
86
  td,
@@ -153,6 +153,12 @@ $input-radius: $radius !default
153
153
  right: 0.625em
154
154
  top: 0.625em
155
155
  transform: none
156
+ &.is-small:after
157
+ font-size: $size-small
158
+ &.is-medium:after
159
+ font-size: $size-medium
160
+ &.is-large:after
161
+ font-size: $size-large
156
162
 
157
163
  .label
158
164
  color: $input
@@ -358,3 +364,9 @@ $input-radius: $radius !default
358
364
  position: absolute !important
359
365
  right: 0.625em
360
366
  top: 0.625em
367
+ &.is-small:after
368
+ font-size: $size-small
369
+ &.is-medium:after
370
+ font-size: $size-medium
371
+ &.is-large:after
372
+ font-size: $size-large
@@ -128,6 +128,43 @@
128
128
  &.is-offset-#{$i},
129
129
  &.is-offset-#{$i}-tablet
130
130
  margin-left: ($i / 12) * 100%
131
+ +touch
132
+ &.is-narrow-touch
133
+ flex: none
134
+ &.is-full-touch
135
+ flex: none
136
+ width: 100%
137
+ &.is-three-quarters-touch
138
+ flex: none
139
+ width: 75%
140
+ &.is-two-thirds-touch
141
+ flex: none
142
+ width: 66.6666%
143
+ &.is-half-touch
144
+ flex: none
145
+ width: 50%
146
+ &.is-one-third-touch
147
+ flex: none
148
+ width: 33.3333%
149
+ &.is-one-quarter-touch
150
+ flex: none
151
+ width: 25%
152
+ &.is-offset-three-quarters-touch
153
+ margin-left: 75%
154
+ &.is-offset-two-thirds-touch
155
+ margin-left: 66.6666%
156
+ &.is-offset-half-touch
157
+ margin-left: 50%
158
+ &.is-offset-one-third-touch
159
+ margin-left: 33.3333%
160
+ &.is-offset-one-quarter-touch
161
+ margin-left: 25%
162
+ @for $i from 1 through 12
163
+ &.is-#{$i}-touch
164
+ flex: none
165
+ width: ($i / 12) * 100%
166
+ &.is-offset-#{$i}-touch
167
+ margin-left: ($i / 12) * 100%
131
168
  +desktop
132
169
  &.is-narrow-desktop
133
170
  flex: none
@@ -202,6 +239,43 @@
202
239
  width: ($i / 12) * 100%
203
240
  &.is-offset-#{$i}-widescreen
204
241
  margin-left: ($i / 12) * 100%
242
+ +fullhd
243
+ &.is-narrow-fullhd
244
+ flex: none
245
+ &.is-full-fullhd
246
+ flex: none
247
+ width: 100%
248
+ &.is-three-quarters-fullhd
249
+ flex: none
250
+ width: 75%
251
+ &.is-two-thirds-fullhd
252
+ flex: none
253
+ width: 66.6666%
254
+ &.is-half-fullhd
255
+ flex: none
256
+ width: 50%
257
+ &.is-one-third-fullhd
258
+ flex: none
259
+ width: 33.3333%
260
+ &.is-one-quarter-fullhd
261
+ flex: none
262
+ width: 25%
263
+ &.is-offset-three-quarters-fullhd
264
+ margin-left: 75%
265
+ &.is-offset-two-thirds-fullhd
266
+ margin-left: 66.6666%
267
+ &.is-offset-half-fullhd
268
+ margin-left: 50%
269
+ &.is-offset-one-third-fullhd
270
+ margin-left: 33.3333%
271
+ &.is-offset-one-quarter-fullhd
272
+ margin-left: 25%
273
+ @for $i from 1 through 12
274
+ &.is-#{$i}-fullhd
275
+ flex: none
276
+ width: ($i / 12) * 100%
277
+ &.is-offset-#{$i}-fullhd
278
+ margin-left: ($i / 12) * 100%
205
279
 
206
280
  .columns
207
281
  margin-left: -0.75rem
@@ -42,10 +42,6 @@
42
42
  flex-grow: 1
43
43
  flex-shrink: 0
44
44
  padding: 3rem 1.5rem
45
- // Responsiveness
46
- +from($widescreen)
47
- padding-left: 0
48
- padding-right: 0
49
45
 
50
46
  // Main container
51
47
 
@@ -142,11 +138,15 @@
142
138
  .hero-body
143
139
  padding-bottom: 18rem
144
140
  padding-top: 18rem
141
+ &.is-halfheight,
145
142
  &.is-fullheight
146
- min-height: 100vh
147
143
  .hero-body
148
144
  align-items: center
149
145
  display: flex
150
146
  & > .container
151
147
  flex-grow: 1
152
148
  flex-shrink: 1
149
+ &.is-halfheight
150
+ min-height: 50vh
151
+ &.is-fullheight
152
+ min-height: 100vh
@@ -74,12 +74,24 @@
74
74
  // Sizes
75
75
  &.is-small
76
76
  height: 16px
77
+ max-height: 16px
78
+ max-width: 16px
79
+ min-height: 16px
80
+ min-width: 16px
77
81
  width: 16px
78
82
  &.is-medium
79
83
  height: 24px
84
+ max-height: 24px
85
+ max-width: 24px
86
+ min-height: 24px
87
+ min-width: 24px
80
88
  width: 24px
81
89
  &.is-large
82
90
  height: 32px
91
+ max-height: 32px
92
+ max-width: 32px
93
+ min-height: 32px
94
+ min-width: 32px
83
95
  width: 32px
84
96
 
85
97
  =fa($size, $dimensions)
@@ -2,8 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = 'bulma-rails'
5
- gem.version = '0.4.2'
6
- gem.date = Date.today
5
+ gem.version = '0.4.3'
7
6
  gem.authors = ["Joshua Jansen"]
8
7
  gem.email = ["joshuajansen88@gmail.com"]
9
8
  gem.description = %q{A modern CSS framework based on Flexbox}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bulma-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Jansen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-07 00:00:00.000000000 Z
11
+ date: 2017-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -39,6 +39,7 @@ files:
39
39
  - app/assets/stylesheets/sass/base/helpers.sass
40
40
  - app/assets/stylesheets/sass/base/minireset.sass
41
41
  - app/assets/stylesheets/sass/components/_all.sass
42
+ - app/assets/stylesheets/sass/components/breadcrumb.sass
42
43
  - app/assets/stylesheets/sass/components/card.sass
43
44
  - app/assets/stylesheets/sass/components/level.sass
44
45
  - app/assets/stylesheets/sass/components/media.sass
@@ -46,6 +47,7 @@ files:
46
47
  - app/assets/stylesheets/sass/components/message.sass
47
48
  - app/assets/stylesheets/sass/components/modal.sass
48
49
  - app/assets/stylesheets/sass/components/nav.sass
50
+ - app/assets/stylesheets/sass/components/navbar.sass
49
51
  - app/assets/stylesheets/sass/components/pagination.sass
50
52
  - app/assets/stylesheets/sass/components/panel.sass
51
53
  - app/assets/stylesheets/sass/components/tabs.sass
@@ -99,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
99
101
  version: '0'
100
102
  requirements: []
101
103
  rubyforge_project:
102
- rubygems_version: 2.5.1
104
+ rubygems_version: 2.6.11
103
105
  signing_key:
104
106
  specification_version: 4
105
107
  summary: This gem adds the bulma.io assets to your asset pipeline so you can import