bulma-clean-theme 0.8.1 → 0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (138) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +37 -0
  3. data/_includes/callouts.html +1 -1
  4. data/_includes/footer.html +1 -1
  5. data/_includes/gallery.html +27 -0
  6. data/_includes/head.html +1 -1
  7. data/_includes/header.html +3 -3
  8. data/_includes/hero.html +1 -1
  9. data/_includes/menubar.html +2 -2
  10. data/_includes/showcase.html +1 -1
  11. data/_includes/tabs.html +1 -1
  12. data/_layouts/default.html +1 -0
  13. data/_layouts/product-category.html +1 -1
  14. data/node_modules/bulma-block-list/docs/Gemfile +3 -0
  15. data/node_modules/bulma-block-list/docs/_config.yml +15 -0
  16. data/node_modules/bulma-block-list/docs/_data/menu.yaml +20 -0
  17. data/node_modules/bulma-block-list/docs/_sass/_block-list.scss +92 -0
  18. data/node_modules/bulma-block-list/docs/_sass/_main.scss +20 -0
  19. data/node_modules/bulma-block-list/docs/assets/css/app.scss +7 -0
  20. data/node_modules/bulma-block-list/docs/favicon.ico +0 -0
  21. data/node_modules/bulma-block-list/docs/index.html +249 -261
  22. data/node_modules/bulma-block-list/node_modules/bulma/CHANGELOG.md +1390 -0
  23. data/node_modules/bulma-block-list/node_modules/bulma/LICENSE +21 -0
  24. data/node_modules/bulma-block-list/node_modules/bulma/README.md +130 -0
  25. data/node_modules/bulma-block-list/node_modules/bulma/bulma.sass +9 -0
  26. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css +10855 -0
  27. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css.map +1 -0
  28. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.min.css +1 -0
  29. data/node_modules/bulma-block-list/node_modules/bulma/package.json +77 -0
  30. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/_all.sass +5 -0
  31. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/generic.sass +142 -0
  32. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/helpers.sass +281 -0
  33. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/minireset.sass +79 -0
  34. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/_all.sass +15 -0
  35. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/breadcrumb.sass +75 -0
  36. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/card.sass +79 -0
  37. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/dropdown.sass +81 -0
  38. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/level.sass +77 -0
  39. data/node_modules/{bulma → bulma-block-list/node_modules/bulma}/sass/components/list.sass +0 -0
  40. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/media.sass +50 -0
  41. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/menu.sass +57 -0
  42. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/message.sass +99 -0
  43. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/modal.sass +113 -0
  44. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/navbar.sass +441 -0
  45. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/pagination.sass +150 -0
  46. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/panel.sass +119 -0
  47. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/tabs.sass +151 -0
  48. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/_all.sass +15 -0
  49. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/box.sass +24 -0
  50. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/button.sass +323 -0
  51. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/container.sass +24 -0
  52. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/content.sass +155 -0
  53. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/form.sass +1 -0
  54. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/icon.sass +21 -0
  55. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/image.sass +71 -0
  56. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/notification.sass +43 -0
  57. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/other.sass +39 -0
  58. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/progress.sass +67 -0
  59. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/table.sass +127 -0
  60. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/tag.sass +128 -0
  61. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/title.sass +70 -0
  62. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/_all.sass +8 -0
  63. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/checkbox-radio.sass +21 -0
  64. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/file.sass +180 -0
  65. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/input-textarea.sass +64 -0
  66. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/select.sass +85 -0
  67. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/shared.sass +55 -0
  68. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/tools.sass +205 -0
  69. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/_all.sass +4 -0
  70. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/columns.sass +504 -0
  71. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/tiles.sass +34 -0
  72. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/_all.sass +5 -0
  73. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/footer.sass +9 -0
  74. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/hero.sass +145 -0
  75. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/section.sass +13 -0
  76. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/_all.sass +8 -0
  77. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/animations.sass +5 -0
  78. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/controls.sass +50 -0
  79. data/node_modules/{bulma → bulma-block-list/node_modules/bulma}/sass/utilities/derived-variables.sass +0 -0
  80. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/functions.sass +110 -0
  81. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/initial-variables.sass +77 -0
  82. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/mixins.sass +261 -0
  83. data/node_modules/bulma-block-list/package.json +10 -10
  84. data/node_modules/bulma-block-list/src/block-list.scss +24 -1
  85. data/node_modules/bulma/CHANGELOG.md +69 -0
  86. data/node_modules/bulma/README.md +1 -1
  87. data/node_modules/bulma/bulma.sass +2 -1
  88. data/node_modules/bulma/css/bulma-rtl.css +11331 -0
  89. data/node_modules/bulma/css/bulma-rtl.css.map +1 -0
  90. data/node_modules/bulma/css/bulma-rtl.min.css +1 -0
  91. data/node_modules/bulma/css/bulma.css +6935 -6459
  92. data/node_modules/bulma/css/bulma.css.map +1 -1
  93. data/node_modules/bulma/css/bulma.min.css +1 -1
  94. data/node_modules/bulma/package.json +22 -20
  95. data/node_modules/bulma/sass/base/_all.sass +0 -1
  96. data/node_modules/bulma/sass/base/generic.sass +1 -1
  97. data/node_modules/bulma/sass/base/helpers.sass +1 -281
  98. data/node_modules/bulma/sass/base/minireset.sass +1 -1
  99. data/node_modules/bulma/sass/components/_all.sass +0 -1
  100. data/node_modules/bulma/sass/components/breadcrumb.sass +3 -3
  101. data/node_modules/bulma/sass/components/card.sass +1 -1
  102. data/node_modules/bulma/sass/components/dropdown.sass +3 -3
  103. data/node_modules/bulma/sass/components/level.sass +2 -2
  104. data/node_modules/bulma/sass/components/media.sass +10 -8
  105. data/node_modules/bulma/sass/components/menu.sass +2 -2
  106. data/node_modules/bulma/sass/components/message.sass +1 -1
  107. data/node_modules/bulma/sass/components/modal.sass +2 -2
  108. data/node_modules/bulma/sass/components/navbar.sass +9 -9
  109. data/node_modules/bulma/sass/components/panel.sass +2 -2
  110. data/node_modules/bulma/sass/components/tabs.sass +35 -12
  111. data/node_modules/bulma/sass/elements/button.sass +7 -7
  112. data/node_modules/bulma/sass/elements/content.sass +5 -5
  113. data/node_modules/bulma/sass/elements/notification.sass +7 -2
  114. data/node_modules/bulma/sass/elements/table.sass +3 -1
  115. data/node_modules/bulma/sass/elements/tag.sass +24 -16
  116. data/node_modules/bulma/sass/form/checkbox-radio.sass +1 -1
  117. data/node_modules/bulma/sass/form/file.sass +2 -2
  118. data/node_modules/bulma/sass/form/select.sass +4 -4
  119. data/node_modules/bulma/sass/form/tools.sass +18 -10
  120. data/node_modules/bulma/sass/helpers/_all.sass +10 -0
  121. data/node_modules/bulma/sass/helpers/color.sass +37 -0
  122. data/node_modules/bulma/sass/helpers/float.sass +8 -0
  123. data/node_modules/bulma/sass/helpers/other.sass +8 -0
  124. data/node_modules/bulma/sass/helpers/overflow.sass +2 -0
  125. data/node_modules/bulma/sass/helpers/position.sass +5 -0
  126. data/node_modules/bulma/sass/helpers/spacing.sass +28 -0
  127. data/node_modules/bulma/sass/helpers/typography.sass +98 -0
  128. data/node_modules/bulma/sass/helpers/visibility.sass +122 -0
  129. data/node_modules/bulma/sass/layout/hero.sass +1 -1
  130. data/node_modules/bulma/sass/utilities/_all.sass +1 -1
  131. data/node_modules/bulma/sass/utilities/derived-variables.scss +132 -0
  132. data/node_modules/bulma/sass/utilities/functions.sass +5 -0
  133. data/node_modules/bulma/sass/utilities/initial-variables.sass +1 -0
  134. data/node_modules/bulma/sass/utilities/mixins.sass +24 -0
  135. data/package-lock.json +13 -6
  136. data/package.json +2 -2
  137. metadata +84 -5
  138. data/node_modules/bulma-block-list/docs/demo.css +0 -7241
@@ -0,0 +1,261 @@
1
+ @import "initial-variables"
2
+
3
+ =clearfix
4
+ &::after
5
+ clear: both
6
+ content: " "
7
+ display: table
8
+
9
+ =center($width, $height: 0)
10
+ position: absolute
11
+ @if $height != 0
12
+ left: calc(50% - (#{$width} / 2))
13
+ top: calc(50% - (#{$height} / 2))
14
+ @else
15
+ left: calc(50% - (#{$width} / 2))
16
+ top: calc(50% - (#{$width} / 2))
17
+
18
+ =fa($size, $dimensions)
19
+ display: inline-block
20
+ font-size: $size
21
+ height: $dimensions
22
+ line-height: $dimensions
23
+ text-align: center
24
+ vertical-align: top
25
+ width: $dimensions
26
+
27
+ =hamburger($dimensions)
28
+ cursor: pointer
29
+ display: block
30
+ height: $dimensions
31
+ position: relative
32
+ width: $dimensions
33
+ span
34
+ background-color: currentColor
35
+ display: block
36
+ height: 1px
37
+ left: calc(50% - 8px)
38
+ position: absolute
39
+ transform-origin: center
40
+ transition-duration: $speed
41
+ transition-property: background-color, opacity, transform
42
+ transition-timing-function: $easing
43
+ width: 16px
44
+ &:nth-child(1)
45
+ top: calc(50% - 6px)
46
+ &:nth-child(2)
47
+ top: calc(50% - 1px)
48
+ &:nth-child(3)
49
+ top: calc(50% + 4px)
50
+ &:hover
51
+ background-color: bulmaRgba(black, 0.05)
52
+ // Modifers
53
+ &.is-active
54
+ span
55
+ &:nth-child(1)
56
+ transform: translateY(5px) rotate(45deg)
57
+ &:nth-child(2)
58
+ opacity: 0
59
+ &:nth-child(3)
60
+ transform: translateY(-5px) rotate(-45deg)
61
+
62
+ =overflow-touch
63
+ -webkit-overflow-scrolling: touch
64
+
65
+ =placeholder
66
+ $placeholders: ':-moz' ':-webkit-input' '-moz' '-ms-input'
67
+ @each $placeholder in $placeholders
68
+ &:#{$placeholder}-placeholder
69
+ @content
70
+
71
+ // Responsiveness
72
+
73
+ =from($device)
74
+ @media screen and (min-width: $device)
75
+ @content
76
+
77
+ =until($device)
78
+ @media screen and (max-width: $device - 1px)
79
+ @content
80
+
81
+ =mobile
82
+ @media screen and (max-width: $tablet - 1px)
83
+ @content
84
+
85
+ =tablet
86
+ @media screen and (min-width: $tablet), print
87
+ @content
88
+
89
+ =tablet-only
90
+ @media screen and (min-width: $tablet) and (max-width: $desktop - 1px)
91
+ @content
92
+
93
+ =touch
94
+ @media screen and (max-width: $desktop - 1px)
95
+ @content
96
+
97
+ =desktop
98
+ @media screen and (min-width: $desktop)
99
+ @content
100
+
101
+ =desktop-only
102
+ @if $widescreen-enabled
103
+ @media screen and (min-width: $desktop) and (max-width: $widescreen - 1px)
104
+ @content
105
+
106
+ =until-widescreen
107
+ @if $widescreen-enabled
108
+ @media screen and (max-width: $widescreen - 1px)
109
+ @content
110
+
111
+ =widescreen
112
+ @if $widescreen-enabled
113
+ @media screen and (min-width: $widescreen)
114
+ @content
115
+
116
+ =widescreen-only
117
+ @if $widescreen-enabled and $fullhd-enabled
118
+ @media screen and (min-width: $widescreen) and (max-width: $fullhd - 1px)
119
+ @content
120
+
121
+ =until-fullhd
122
+ @if $fullhd-enabled
123
+ @media screen and (max-width: $fullhd - 1px)
124
+ @content
125
+
126
+ =fullhd
127
+ @if $fullhd-enabled
128
+ @media screen and (min-width: $fullhd)
129
+ @content
130
+
131
+ // Placeholders
132
+
133
+ =unselectable
134
+ -webkit-touch-callout: none
135
+ -webkit-user-select: none
136
+ -moz-user-select: none
137
+ -ms-user-select: none
138
+ user-select: none
139
+
140
+ %unselectable
141
+ +unselectable
142
+
143
+ =arrow($color: transparent)
144
+ border: 3px solid $color
145
+ border-radius: 2px
146
+ border-right: 0
147
+ border-top: 0
148
+ content: " "
149
+ display: block
150
+ height: 0.625em
151
+ margin-top: -0.4375em
152
+ pointer-events: none
153
+ position: absolute
154
+ top: 50%
155
+ transform: rotate(-45deg)
156
+ transform-origin: center
157
+ width: 0.625em
158
+
159
+ %arrow
160
+ +arrow
161
+
162
+ =block($spacing: $block-spacing)
163
+ &:not(:last-child)
164
+ margin-bottom: $spacing
165
+
166
+ %block
167
+ +block
168
+
169
+ =delete
170
+ @extend %unselectable
171
+ -moz-appearance: none
172
+ -webkit-appearance: none
173
+ background-color: bulmaRgba($scheme-invert, 0.2)
174
+ border: none
175
+ border-radius: $radius-rounded
176
+ cursor: pointer
177
+ pointer-events: auto
178
+ display: inline-block
179
+ flex-grow: 0
180
+ flex-shrink: 0
181
+ font-size: 0
182
+ height: 20px
183
+ max-height: 20px
184
+ max-width: 20px
185
+ min-height: 20px
186
+ min-width: 20px
187
+ outline: none
188
+ position: relative
189
+ vertical-align: top
190
+ width: 20px
191
+ &::before,
192
+ &::after
193
+ background-color: $scheme-main
194
+ content: ""
195
+ display: block
196
+ left: 50%
197
+ position: absolute
198
+ top: 50%
199
+ transform: translateX(-50%) translateY(-50%) rotate(45deg)
200
+ transform-origin: center center
201
+ &::before
202
+ height: 2px
203
+ width: 50%
204
+ &::after
205
+ height: 50%
206
+ width: 2px
207
+ &:hover,
208
+ &:focus
209
+ background-color: bulmaRgba($scheme-invert, 0.3)
210
+ &:active
211
+ background-color: bulmaRgba($scheme-invert, 0.4)
212
+ // Sizes
213
+ &.is-small
214
+ height: 16px
215
+ max-height: 16px
216
+ max-width: 16px
217
+ min-height: 16px
218
+ min-width: 16px
219
+ width: 16px
220
+ &.is-medium
221
+ height: 24px
222
+ max-height: 24px
223
+ max-width: 24px
224
+ min-height: 24px
225
+ min-width: 24px
226
+ width: 24px
227
+ &.is-large
228
+ height: 32px
229
+ max-height: 32px
230
+ max-width: 32px
231
+ min-height: 32px
232
+ min-width: 32px
233
+ width: 32px
234
+
235
+ %delete
236
+ +delete
237
+
238
+ =loader
239
+ animation: spinAround 500ms infinite linear
240
+ border: 2px solid $grey-lighter
241
+ border-radius: $radius-rounded
242
+ border-right-color: transparent
243
+ border-top-color: transparent
244
+ content: ""
245
+ display: block
246
+ height: 1em
247
+ position: relative
248
+ width: 1em
249
+
250
+ %loader
251
+ +loader
252
+
253
+ =overlay($offset: 0)
254
+ bottom: $offset
255
+ left: $offset
256
+ position: absolute
257
+ right: $offset
258
+ top: $offset
259
+
260
+ %overlay
261
+ +overlay
@@ -1,26 +1,26 @@
1
1
  {
2
- "_from": "bulma-block-list@^0.3",
3
- "_id": "bulma-block-list@0.3.0",
2
+ "_from": "bulma-block-list@^0.4",
3
+ "_id": "bulma-block-list@0.4.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-LGE36PYy6IZustZwfASmKbQom+s9a16coY3GzDFdq1uEFja5Qj31vZqDwuwMNU+IXGYG3kvR2ZfoRX/7Xc+fZw==",
5
+ "_integrity": "sha512-N1jFSWXKmZrtETmbAVuy/q7TA0eb6VuyeaM8YsOue43Es55CPWshbK1vplJ+BYoxaacibs9paNhQs0y35qU+dQ==",
6
6
  "_location": "/bulma-block-list",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
9
9
  "type": "range",
10
10
  "registry": true,
11
- "raw": "bulma-block-list@^0.3",
11
+ "raw": "bulma-block-list@^0.4",
12
12
  "name": "bulma-block-list",
13
13
  "escapedName": "bulma-block-list",
14
- "rawSpec": "^0.3",
14
+ "rawSpec": "^0.4",
15
15
  "saveSpec": null,
16
- "fetchSpec": "^0.3"
16
+ "fetchSpec": "^0.4"
17
17
  },
18
18
  "_requiredBy": [
19
19
  "/"
20
20
  ],
21
- "_resolved": "https://registry.npmjs.org/bulma-block-list/-/bulma-block-list-0.3.0.tgz",
22
- "_shasum": "0529f134cc7113c869ad35795d295feb2f2003a6",
23
- "_spec": "bulma-block-list@^0.3",
21
+ "_resolved": "https://registry.npmjs.org/bulma-block-list/-/bulma-block-list-0.4.0.tgz",
22
+ "_shasum": "4f70d2bdeb1dbaa730c1f7cf75adcd6013b5703b",
23
+ "_spec": "bulma-block-list@^0.4",
24
24
  "_where": "/Users/chrisrhymes/Code/bulma-clean-theme",
25
25
  "author": {
26
26
  "name": "chrisrhymes"
@@ -52,5 +52,5 @@
52
52
  "css-watch": "npm run css-build -- --watch",
53
53
  "start": "npm run css-watch"
54
54
  },
55
- "version": "0.3.0"
55
+ "version": "0.4.0"
56
56
  }
@@ -1,6 +1,14 @@
1
1
  @charset "utf-8";
2
2
 
3
3
  $block-list-separator: 0.25rem !default;
4
+ $block-list-highlight-width: 5px !default;
5
+
6
+ .content {
7
+ ul.block-list {
8
+ list-style: none;
9
+ margin-left: 0;
10
+ }
11
+ }
4
12
 
5
13
  .block-list {
6
14
  list-style: none;
@@ -48,6 +56,11 @@ $block-list-separator: 0.25rem !default;
48
56
  border-radius: $radius;
49
57
  }
50
58
 
59
+ li.is-highlighted,
60
+ &.is-highlighted > li {
61
+ border-left: $block-list-highlight-width $dark solid;
62
+ }
63
+
51
64
  @each $name, $pair in $colors {
52
65
 
53
66
  $color: nth($pair, 1);
@@ -57,13 +70,23 @@ $block-list-separator: 0.25rem !default;
57
70
  &.is-#{$name} > li {
58
71
  background: $color;
59
72
  color: $color-invert;
73
+ }
60
74
 
61
- &.is-outlined,
75
+ &.is-#{$name} {
76
+ li.is-outlined,
62
77
  &.is-outlined > li {
63
78
  background: transparent;
64
79
  color: $color;
65
80
  border: 1px solid $color;
66
81
  }
82
+
83
+ li.is-highlighted,
84
+ &.is-highlighted > li {
85
+ background: transparent;
86
+ color: $color;
87
+ border: 1px solid $color;
88
+ border-left: $block-list-highlight-width $color solid;
89
+ }
67
90
  }
68
91
  }
69
92
  }
@@ -1,5 +1,74 @@
1
1
  # Bulma Changelog
2
2
 
3
+ ## 0.9.0
4
+
5
+ ### RTL support
6
+
7
+ Bulma now has **RTL support**.
8
+
9
+ By setting the Sass flag `$rtl` to `true`, you can create an RTL version of Bulma, thanks to 4 new Sass mixins:
10
+
11
+ * `=ltr`
12
+ * `=rtl`
13
+ * `=ltr-property($property, $spacing, $right: true)`
14
+ * `=ltr-position($spacing, $right: true)`
15
+
16
+ The Bulma package now also comes with a `bulma-rtl.css` and `bulma-rtl.min.css` file to be used straight away.
17
+
18
+ ### Spacing helpers
19
+
20
+ Bulma now has **spacing helpers**: https://bulma.io/documentation/helpers/spacing-helpers/
21
+
22
+ <p>Bulma provides <strong>margin</strong> <code>m*</code> and <strong>padding</strong> <code>p*</code> helpers in all <strong>directions</strong>:</p>
23
+
24
+ <ul>
25
+ <li>
26
+ <code>*t</code> for <strong>top</strong>
27
+ </li>
28
+ <li>
29
+ <code>*r</code> for <strong>right</strong>
30
+ </li>
31
+ <li>
32
+ <code>*b</code> for <strong>bottom</strong>
33
+ </li>
34
+ <li>
35
+ <code>*l</code> for <strong>left</strong>
36
+ </li>
37
+ <li>
38
+ <code>*x</code> horizontally for both <strong>left</strong> and <strong>right</strong>
39
+ </li>
40
+ <li>
41
+ <code>*y</code> vertically for both <strong>top</strong> and <strong>bottom</strong>
42
+ </li>
43
+ </ul>
44
+
45
+ <p>
46
+ You need to <strong>combine</strong> a margin/padding prefix with a direciton suffix. For example:
47
+ </p>
48
+
49
+ <ul>
50
+ <li>for a <code>margin-top</code>, use <code>mt-*</code></li>
51
+ <li>for a <code>padding-bottom</code>, use <code>pb-*</code></li>
52
+ <li>for both <code>margin-left</code> and <code>margin-right</code>, use <code>mx-*</code></li>
53
+ </ul>
54
+
55
+ <p>
56
+ Each of these <code>property-direction</code> <strong>combinations</strong> needs to be appended with one of <strong>6 value suffixes</strong>
57
+ </p>
58
+
59
+ This release also includes the following helpers:
60
+
61
+ * light and dark color helpers
62
+ * light and dark background color helpers
63
+
64
+ ### Improvements
65
+
66
+ * #2925 Center table cell content vertically with `is-vcentered`
67
+
68
+ ### Bug fixes
69
+
70
+ * #2955 Fix issue when there's only one `is-toggle` tag
71
+
3
72
  ## 0.8.2
4
73
 
5
74
  ### Bug fixes
@@ -86,7 +86,7 @@ Browse the [online documentation here.](https://bulma.io/documentation/overview/
86
86
  | [ember-bulma](https://github.com/open-tux/ember-bulma) | Ember addon providing a collection of UI components for Bulma |
87
87
  | [Bloomer](https://bloomer.js.org) | A set of React components for Bulma |
88
88
  | [React-bulma](https://github.com/kulakowka/react-bulma) | React.js components for Bulma |
89
- | [Buefy](https://buefy.github.io) | Lightweight UI components for Vue.js based on Bulma |
89
+ | [Buefy](https://buefy.org/) | Lightweight UI components for Vue.js based on Bulma |
90
90
  | [vue-bulma-components](https://github.com/vouill/vue-bulma-components) | Bulma components for Vue.js with straightforward syntax |
91
91
  | [BulmaJS](https://github.com/VizuaaLOG/BulmaJS) | Javascript integration for Bulma. Written in ES6 with a data-* API |
92
92
  | [Bulma-modal-fx](https://github.com/postare/bulma-modal-fx) | A set of modal window effects with CSS transitions and animations for Bulma |
@@ -1,9 +1,10 @@
1
1
  @charset "utf-8"
2
- /*! bulma.io v0.8.2 | MIT License | github.com/jgthms/bulma */
2
+ /*! bulma.io v0.9.0 | MIT License | github.com/jgthms/bulma */
3
3
  @import "sass/utilities/_all"
4
4
  @import "sass/base/_all"
5
5
  @import "sass/elements/_all"
6
6
  @import "sass/form/_all"
7
7
  @import "sass/components/_all"
8
8
  @import "sass/grid/_all"
9
+ @import "sass/helpers/_all"
9
10
  @import "sass/layout/_all"