bulma-sass-rails 0.9.3 → 0.9.4
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.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/{sass → bulma/sass}/base/_all.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/base/animations.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/base/generic.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/base/helpers.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/base/minireset.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/components/_all.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/components/breadcrumb.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/components/card.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/components/dropdown.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/components/level.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/components/media.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/components/menu.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/components/message.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/components/modal.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/components/navbar.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/components/pagination.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/components/panel.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/components/tabs.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/elements/_all.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/elements/box.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/elements/button.sass +13 -1
- data/app/assets/stylesheets/{sass → bulma/sass}/elements/container.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/elements/content.sass +5 -2
- data/app/assets/stylesheets/{sass → bulma/sass}/elements/form.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/elements/icon.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/elements/image.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/elements/notification.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/elements/other.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/elements/progress.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/elements/table.sass +2 -1
- data/app/assets/stylesheets/{sass → bulma/sass}/elements/tag.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/elements/title.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/form/_all.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/form/checkbox-radio.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/form/file.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/form/input-textarea.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/form/select.sass +2 -1
- data/app/assets/stylesheets/{sass → bulma/sass}/form/shared.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/form/tools.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/grid/_all.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/grid/columns.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/grid/tiles.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/helpers/_all.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/helpers/color.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/helpers/flexbox.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/helpers/float.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/helpers/other.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/helpers/overflow.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/helpers/position.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/helpers/spacing.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/helpers/typography.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/helpers/visibility.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/layout/_all.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/layout/footer.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/layout/hero.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/layout/section.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/utilities/_all.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/utilities/animations.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/utilities/controls.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/utilities/derived-variables.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/utilities/extends.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/utilities/functions.sass +0 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/utilities/initial-variables.sass +1 -0
- data/app/assets/stylesheets/{sass → bulma/sass}/utilities/mixins.sass +19 -0
- data/app/assets/stylesheets/bulma.sass +9 -9
- data/lib/bulma/version.rb +1 -1
- metadata +71 -71
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba4e0b6f16662e4d9ee94b9862cdb18b419400044cd0c0bfe5cae9c01386ff6c
|
4
|
+
data.tar.gz: 5616677f6528539e775773185f51d2dc09040859e2d76d6f9489fcdeadea36ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 334a77985ab49906e84d733341cc1c74ac7b2c3d6166c881fd23ca3ed4aef0a34edd9e42b732f05345f070688e32521d3239938131e91fc7c91cd5962324b1f5
|
7
|
+
data.tar.gz: a26a14002c74ba2554de38633e3393580422b7921f9d83efc551739abf9b9ebcfff4320ff97c8ea75388e6e33965983f6504d93d3b45dfb030facbbe2c7f5b36
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -44,6 +44,7 @@ $button-static-background-color: $scheme-main-ter !default
|
|
44
44
|
$button-static-border-color: $border !default
|
45
45
|
|
46
46
|
$button-colors: $colors !default
|
47
|
+
$button-responsive-sizes: ("mobile": ("small": ($size-small * 0.75), "normal": ($size-small * 0.875), "medium": $size-small, "large": $size-normal), "tablet-only": ("small": ($size-small * 0.875), "normal": ($size-small), "medium": $size-normal, "large": $size-medium)) !default
|
47
48
|
|
48
49
|
// The button sizes use mixins so they can be used at different breakpoints
|
49
50
|
=button-small
|
@@ -163,7 +164,7 @@ $button-colors: $colors !default
|
|
163
164
|
&[disabled],
|
164
165
|
fieldset[disabled] &
|
165
166
|
background-color: $color
|
166
|
-
border-color:
|
167
|
+
border-color: $color
|
167
168
|
box-shadow: none
|
168
169
|
&.is-inverted
|
169
170
|
background-color: $color-invert
|
@@ -343,3 +344,14 @@ $button-colors: $colors !default
|
|
343
344
|
.button:not(.is-fullwidth)
|
344
345
|
margin-left: 0.25rem
|
345
346
|
margin-right: 0.25rem
|
347
|
+
|
348
|
+
@each $bp-name, $bp-sizes in $button-responsive-sizes
|
349
|
+
+breakpoint($bp-name)
|
350
|
+
@each $size, $value in $bp-sizes
|
351
|
+
@if $size != "normal"
|
352
|
+
.button.is-responsive.is-#{$size}
|
353
|
+
font-size: $value
|
354
|
+
@else
|
355
|
+
.button.is-responsive,
|
356
|
+
.button.is-responsive.is-normal
|
357
|
+
font-size: $value
|
File without changes
|
@@ -4,6 +4,8 @@ $content-heading-color: $text-strong !default
|
|
4
4
|
$content-heading-weight: $weight-semibold !default
|
5
5
|
$content-heading-line-height: 1.125 !default
|
6
6
|
|
7
|
+
$content-block-margin-bottom: 1em !default
|
8
|
+
|
7
9
|
$content-blockquote-background-color: $background !default
|
8
10
|
$content-blockquote-border-left: 5px solid $border !default
|
9
11
|
$content-blockquote-padding: 1.25em 1.5em !default
|
@@ -16,6 +18,7 @@ $content-table-cell-padding: 0.5em 0.75em !default
|
|
16
18
|
$content-table-cell-heading-color: $text-strong !default
|
17
19
|
$content-table-head-cell-border-width: 0 0 2px !default
|
18
20
|
$content-table-head-cell-color: $text-strong !default
|
21
|
+
$content-table-body-last-row-cell-border-bottom-width: 0 !default
|
19
22
|
$content-table-foot-cell-border-width: 2px 0 0 !default
|
20
23
|
$content-table-foot-cell-color: $text-strong !default
|
21
24
|
|
@@ -33,7 +36,7 @@ $content-table-foot-cell-color: $text-strong !default
|
|
33
36
|
pre,
|
34
37
|
table
|
35
38
|
&:not(:last-child)
|
36
|
-
margin-bottom:
|
39
|
+
margin-bottom: $content-block-margin-bottom
|
37
40
|
h1,
|
38
41
|
h2,
|
39
42
|
h3,
|
@@ -144,7 +147,7 @@ $content-table-foot-cell-color: $text-strong !default
|
|
144
147
|
&:last-child
|
145
148
|
td,
|
146
149
|
th
|
147
|
-
border-bottom-width:
|
150
|
+
border-bottom-width: $content-table-body-last-row-cell-border-bottom-width
|
148
151
|
.tabs
|
149
152
|
li + li
|
150
153
|
margin-top: 0
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -7,6 +7,7 @@ $table-cell-border: 1px solid $border !default
|
|
7
7
|
$table-cell-border-width: 0 0 1px !default
|
8
8
|
$table-cell-padding: 0.5em 0.75em !default
|
9
9
|
$table-cell-heading-color: $text-strong !default
|
10
|
+
$table-cell-text-align: left !default
|
10
11
|
|
11
12
|
$table-head-cell-border-width: 0 0 2px !default
|
12
13
|
$table-head-cell-color: $text-strong !default
|
@@ -60,7 +61,7 @@ $table-colors: $colors !default
|
|
60
61
|
th
|
61
62
|
color: $table-cell-heading-color
|
62
63
|
&:not([align])
|
63
|
-
text-align:
|
64
|
+
text-align: $table-cell-text-align
|
64
65
|
tr
|
65
66
|
&.is-selected
|
66
67
|
background-color: $table-row-active-background-color
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -62,6 +62,7 @@ $widescreen-enabled: true !default
|
|
62
62
|
// 1344px container + 4rem
|
63
63
|
$fullhd: 1344px + (2 * $gap) !default
|
64
64
|
$fullhd-enabled: true !default
|
65
|
+
$breakpoints: ("mobile": ("until": $tablet), "tablet": ("from": $tablet), "tablet-only": ("from": $tablet, "until": $desktop), "touch": ("from": $desktop), "desktop": ("from": $desktop), "desktop-only": ("from": $desktop, "until": $widescreen), "until-widescreen": ("until": $widescreen), "widescreen": ("from": $widescreen), "widescreen-only": ("from": $widescreen, "until": $fullhd), "until-fullhd": ("until": $fullhd), "fullhd": ("from": $fullhd)) !default
|
65
66
|
|
66
67
|
// Miscellaneous
|
67
68
|
|
@@ -95,6 +95,10 @@
|
|
95
95
|
@media screen and (max-width: $device - 1px)
|
96
96
|
@content
|
97
97
|
|
98
|
+
=between($from, $until)
|
99
|
+
@media screen and (min-width: $from) and (max-width: $until - 1px)
|
100
|
+
@content
|
101
|
+
|
98
102
|
=mobile
|
99
103
|
@media screen and (max-width: $tablet - 1px)
|
100
104
|
@content
|
@@ -145,6 +149,21 @@
|
|
145
149
|
@media screen and (min-width: $fullhd)
|
146
150
|
@content
|
147
151
|
|
152
|
+
=breakpoint($name)
|
153
|
+
$breakpoint: map-get($breakpoints, $name)
|
154
|
+
@if $breakpoint
|
155
|
+
$from: map-get($breakpoint, "from")
|
156
|
+
$until: map-get($breakpoint, "until")
|
157
|
+
@if $from and $until
|
158
|
+
+between($from, $until)
|
159
|
+
@content
|
160
|
+
@else if $from
|
161
|
+
+from($from)
|
162
|
+
@content
|
163
|
+
@else if $until
|
164
|
+
+until($until)
|
165
|
+
@content
|
166
|
+
|
148
167
|
=ltr
|
149
168
|
@if not $rtl
|
150
169
|
@content
|
@@ -1,10 +1,10 @@
|
|
1
1
|
@charset "utf-8"
|
2
|
-
/*! bulma.io v0.9.
|
3
|
-
@import "sass/utilities/_all"
|
4
|
-
@import "sass/base/_all"
|
5
|
-
@import "sass/elements/_all"
|
6
|
-
@import "sass/form/_all"
|
7
|
-
@import "sass/components/_all"
|
8
|
-
@import "sass/grid/_all"
|
9
|
-
@import "sass/helpers/_all"
|
10
|
-
@import "sass/layout/_all"
|
2
|
+
/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
|
3
|
+
@import "bulma/sass/utilities/_all"
|
4
|
+
@import "bulma/sass/base/_all"
|
5
|
+
@import "bulma/sass/elements/_all"
|
6
|
+
@import "bulma/sass/form/_all"
|
7
|
+
@import "bulma/sass/components/_all"
|
8
|
+
@import "bulma/sass/grid/_all"
|
9
|
+
@import "bulma/sass/helpers/_all"
|
10
|
+
@import "bulma/sass/layout/_all"
|
data/lib/bulma/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bulma-sass-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- xzgyb
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-06-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sassc
|
@@ -24,7 +24,7 @@ dependencies:
|
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '2.0'
|
27
|
-
description:
|
27
|
+
description:
|
28
28
|
email:
|
29
29
|
- xzgaoyanbing@163.com
|
30
30
|
executables: []
|
@@ -35,70 +35,70 @@ files:
|
|
35
35
|
- README.md
|
36
36
|
- app/assets/stylesheets/bulma-rtl.sass
|
37
37
|
- app/assets/stylesheets/bulma.sass
|
38
|
-
- app/assets/stylesheets/sass/base/_all.sass
|
39
|
-
- app/assets/stylesheets/sass/base/animations.sass
|
40
|
-
- app/assets/stylesheets/sass/base/generic.sass
|
41
|
-
- app/assets/stylesheets/sass/base/helpers.sass
|
42
|
-
- app/assets/stylesheets/sass/base/minireset.sass
|
43
|
-
- app/assets/stylesheets/sass/components/_all.sass
|
44
|
-
- app/assets/stylesheets/sass/components/breadcrumb.sass
|
45
|
-
- app/assets/stylesheets/sass/components/card.sass
|
46
|
-
- app/assets/stylesheets/sass/components/dropdown.sass
|
47
|
-
- app/assets/stylesheets/sass/components/level.sass
|
48
|
-
- app/assets/stylesheets/sass/components/media.sass
|
49
|
-
- app/assets/stylesheets/sass/components/menu.sass
|
50
|
-
- app/assets/stylesheets/sass/components/message.sass
|
51
|
-
- app/assets/stylesheets/sass/components/modal.sass
|
52
|
-
- app/assets/stylesheets/sass/components/navbar.sass
|
53
|
-
- app/assets/stylesheets/sass/components/pagination.sass
|
54
|
-
- app/assets/stylesheets/sass/components/panel.sass
|
55
|
-
- app/assets/stylesheets/sass/components/tabs.sass
|
56
|
-
- app/assets/stylesheets/sass/elements/_all.sass
|
57
|
-
- app/assets/stylesheets/sass/elements/box.sass
|
58
|
-
- app/assets/stylesheets/sass/elements/button.sass
|
59
|
-
- app/assets/stylesheets/sass/elements/container.sass
|
60
|
-
- app/assets/stylesheets/sass/elements/content.sass
|
61
|
-
- app/assets/stylesheets/sass/elements/form.sass
|
62
|
-
- app/assets/stylesheets/sass/elements/icon.sass
|
63
|
-
- app/assets/stylesheets/sass/elements/image.sass
|
64
|
-
- app/assets/stylesheets/sass/elements/notification.sass
|
65
|
-
- app/assets/stylesheets/sass/elements/other.sass
|
66
|
-
- app/assets/stylesheets/sass/elements/progress.sass
|
67
|
-
- app/assets/stylesheets/sass/elements/table.sass
|
68
|
-
- app/assets/stylesheets/sass/elements/tag.sass
|
69
|
-
- app/assets/stylesheets/sass/elements/title.sass
|
70
|
-
- app/assets/stylesheets/sass/form/_all.sass
|
71
|
-
- app/assets/stylesheets/sass/form/checkbox-radio.sass
|
72
|
-
- app/assets/stylesheets/sass/form/file.sass
|
73
|
-
- app/assets/stylesheets/sass/form/input-textarea.sass
|
74
|
-
- app/assets/stylesheets/sass/form/select.sass
|
75
|
-
- app/assets/stylesheets/sass/form/shared.sass
|
76
|
-
- app/assets/stylesheets/sass/form/tools.sass
|
77
|
-
- app/assets/stylesheets/sass/grid/_all.sass
|
78
|
-
- app/assets/stylesheets/sass/grid/columns.sass
|
79
|
-
- app/assets/stylesheets/sass/grid/tiles.sass
|
80
|
-
- app/assets/stylesheets/sass/helpers/_all.sass
|
81
|
-
- app/assets/stylesheets/sass/helpers/color.sass
|
82
|
-
- app/assets/stylesheets/sass/helpers/flexbox.sass
|
83
|
-
- app/assets/stylesheets/sass/helpers/float.sass
|
84
|
-
- app/assets/stylesheets/sass/helpers/other.sass
|
85
|
-
- app/assets/stylesheets/sass/helpers/overflow.sass
|
86
|
-
- app/assets/stylesheets/sass/helpers/position.sass
|
87
|
-
- app/assets/stylesheets/sass/helpers/spacing.sass
|
88
|
-
- app/assets/stylesheets/sass/helpers/typography.sass
|
89
|
-
- app/assets/stylesheets/sass/helpers/visibility.sass
|
90
|
-
- app/assets/stylesheets/sass/layout/_all.sass
|
91
|
-
- app/assets/stylesheets/sass/layout/footer.sass
|
92
|
-
- app/assets/stylesheets/sass/layout/hero.sass
|
93
|
-
- app/assets/stylesheets/sass/layout/section.sass
|
94
|
-
- app/assets/stylesheets/sass/utilities/_all.sass
|
95
|
-
- app/assets/stylesheets/sass/utilities/animations.sass
|
96
|
-
- app/assets/stylesheets/sass/utilities/controls.sass
|
97
|
-
- app/assets/stylesheets/sass/utilities/derived-variables.sass
|
98
|
-
- app/assets/stylesheets/sass/utilities/extends.sass
|
99
|
-
- app/assets/stylesheets/sass/utilities/functions.sass
|
100
|
-
- app/assets/stylesheets/sass/utilities/initial-variables.sass
|
101
|
-
- app/assets/stylesheets/sass/utilities/mixins.sass
|
38
|
+
- app/assets/stylesheets/bulma/sass/base/_all.sass
|
39
|
+
- app/assets/stylesheets/bulma/sass/base/animations.sass
|
40
|
+
- app/assets/stylesheets/bulma/sass/base/generic.sass
|
41
|
+
- app/assets/stylesheets/bulma/sass/base/helpers.sass
|
42
|
+
- app/assets/stylesheets/bulma/sass/base/minireset.sass
|
43
|
+
- app/assets/stylesheets/bulma/sass/components/_all.sass
|
44
|
+
- app/assets/stylesheets/bulma/sass/components/breadcrumb.sass
|
45
|
+
- app/assets/stylesheets/bulma/sass/components/card.sass
|
46
|
+
- app/assets/stylesheets/bulma/sass/components/dropdown.sass
|
47
|
+
- app/assets/stylesheets/bulma/sass/components/level.sass
|
48
|
+
- app/assets/stylesheets/bulma/sass/components/media.sass
|
49
|
+
- app/assets/stylesheets/bulma/sass/components/menu.sass
|
50
|
+
- app/assets/stylesheets/bulma/sass/components/message.sass
|
51
|
+
- app/assets/stylesheets/bulma/sass/components/modal.sass
|
52
|
+
- app/assets/stylesheets/bulma/sass/components/navbar.sass
|
53
|
+
- app/assets/stylesheets/bulma/sass/components/pagination.sass
|
54
|
+
- app/assets/stylesheets/bulma/sass/components/panel.sass
|
55
|
+
- app/assets/stylesheets/bulma/sass/components/tabs.sass
|
56
|
+
- app/assets/stylesheets/bulma/sass/elements/_all.sass
|
57
|
+
- app/assets/stylesheets/bulma/sass/elements/box.sass
|
58
|
+
- app/assets/stylesheets/bulma/sass/elements/button.sass
|
59
|
+
- app/assets/stylesheets/bulma/sass/elements/container.sass
|
60
|
+
- app/assets/stylesheets/bulma/sass/elements/content.sass
|
61
|
+
- app/assets/stylesheets/bulma/sass/elements/form.sass
|
62
|
+
- app/assets/stylesheets/bulma/sass/elements/icon.sass
|
63
|
+
- app/assets/stylesheets/bulma/sass/elements/image.sass
|
64
|
+
- app/assets/stylesheets/bulma/sass/elements/notification.sass
|
65
|
+
- app/assets/stylesheets/bulma/sass/elements/other.sass
|
66
|
+
- app/assets/stylesheets/bulma/sass/elements/progress.sass
|
67
|
+
- app/assets/stylesheets/bulma/sass/elements/table.sass
|
68
|
+
- app/assets/stylesheets/bulma/sass/elements/tag.sass
|
69
|
+
- app/assets/stylesheets/bulma/sass/elements/title.sass
|
70
|
+
- app/assets/stylesheets/bulma/sass/form/_all.sass
|
71
|
+
- app/assets/stylesheets/bulma/sass/form/checkbox-radio.sass
|
72
|
+
- app/assets/stylesheets/bulma/sass/form/file.sass
|
73
|
+
- app/assets/stylesheets/bulma/sass/form/input-textarea.sass
|
74
|
+
- app/assets/stylesheets/bulma/sass/form/select.sass
|
75
|
+
- app/assets/stylesheets/bulma/sass/form/shared.sass
|
76
|
+
- app/assets/stylesheets/bulma/sass/form/tools.sass
|
77
|
+
- app/assets/stylesheets/bulma/sass/grid/_all.sass
|
78
|
+
- app/assets/stylesheets/bulma/sass/grid/columns.sass
|
79
|
+
- app/assets/stylesheets/bulma/sass/grid/tiles.sass
|
80
|
+
- app/assets/stylesheets/bulma/sass/helpers/_all.sass
|
81
|
+
- app/assets/stylesheets/bulma/sass/helpers/color.sass
|
82
|
+
- app/assets/stylesheets/bulma/sass/helpers/flexbox.sass
|
83
|
+
- app/assets/stylesheets/bulma/sass/helpers/float.sass
|
84
|
+
- app/assets/stylesheets/bulma/sass/helpers/other.sass
|
85
|
+
- app/assets/stylesheets/bulma/sass/helpers/overflow.sass
|
86
|
+
- app/assets/stylesheets/bulma/sass/helpers/position.sass
|
87
|
+
- app/assets/stylesheets/bulma/sass/helpers/spacing.sass
|
88
|
+
- app/assets/stylesheets/bulma/sass/helpers/typography.sass
|
89
|
+
- app/assets/stylesheets/bulma/sass/helpers/visibility.sass
|
90
|
+
- app/assets/stylesheets/bulma/sass/layout/_all.sass
|
91
|
+
- app/assets/stylesheets/bulma/sass/layout/footer.sass
|
92
|
+
- app/assets/stylesheets/bulma/sass/layout/hero.sass
|
93
|
+
- app/assets/stylesheets/bulma/sass/layout/section.sass
|
94
|
+
- app/assets/stylesheets/bulma/sass/utilities/_all.sass
|
95
|
+
- app/assets/stylesheets/bulma/sass/utilities/animations.sass
|
96
|
+
- app/assets/stylesheets/bulma/sass/utilities/controls.sass
|
97
|
+
- app/assets/stylesheets/bulma/sass/utilities/derived-variables.sass
|
98
|
+
- app/assets/stylesheets/bulma/sass/utilities/extends.sass
|
99
|
+
- app/assets/stylesheets/bulma/sass/utilities/functions.sass
|
100
|
+
- app/assets/stylesheets/bulma/sass/utilities/initial-variables.sass
|
101
|
+
- app/assets/stylesheets/bulma/sass/utilities/mixins.sass
|
102
102
|
- bulma-sass-rails.gemspec
|
103
103
|
- lib/bulma-sass-rails.rb
|
104
104
|
- lib/bulma/engine.rb
|
@@ -108,7 +108,7 @@ licenses:
|
|
108
108
|
- MIT
|
109
109
|
metadata:
|
110
110
|
homepage_uri: https://github.com/xzgyb/bulma-sass-rails
|
111
|
-
post_install_message:
|
111
|
+
post_install_message:
|
112
112
|
rdoc_options: []
|
113
113
|
require_paths:
|
114
114
|
- lib
|
@@ -123,8 +123,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0'
|
125
125
|
requirements: []
|
126
|
-
rubygems_version: 3.
|
127
|
-
signing_key:
|
126
|
+
rubygems_version: 3.2.15
|
127
|
+
signing_key:
|
128
128
|
specification_version: 4
|
129
129
|
summary: Integrate Bulma sass with the asset pipeline in Rails.
|
130
130
|
test_files: []
|