bulma-clean-theme 0.8 → 0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (151) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +40 -0
  3. data/_includes/callouts.html +1 -1
  4. data/_includes/footer.html +1 -1
  5. data/_includes/gallery.html +25 -0
  6. data/_includes/head.html +2 -1
  7. data/_includes/header.html +3 -3
  8. data/_includes/hero.html +1 -1
  9. data/_includes/image-modal.html +18 -0
  10. data/_includes/menubar.html +2 -2
  11. data/_includes/showcase.html +1 -1
  12. data/_includes/tabs.html +1 -1
  13. data/_includes/youtube.html +8 -0
  14. data/_layouts/default.html +1 -0
  15. data/_layouts/product-category.html +1 -1
  16. data/_sass/_layout.scss +6 -0
  17. data/_sass/_main.scss +2 -0
  18. data/node_modules/bulma-block-list/docs/Gemfile +3 -0
  19. data/node_modules/bulma-block-list/docs/_config.yml +15 -0
  20. data/node_modules/bulma-block-list/docs/_data/menu.yaml +20 -0
  21. data/node_modules/bulma-block-list/docs/_sass/_block-list.scss +92 -0
  22. data/node_modules/bulma-block-list/docs/_sass/_main.scss +20 -0
  23. data/node_modules/bulma-block-list/docs/assets/css/app.scss +7 -0
  24. data/node_modules/bulma-block-list/docs/favicon.ico +0 -0
  25. data/node_modules/bulma-block-list/docs/index.html +249 -261
  26. data/node_modules/bulma-block-list/node_modules/bulma/CHANGELOG.md +1390 -0
  27. data/node_modules/bulma-block-list/node_modules/bulma/LICENSE +21 -0
  28. data/node_modules/bulma-block-list/node_modules/bulma/README.md +130 -0
  29. data/node_modules/bulma-block-list/node_modules/bulma/bulma.sass +9 -0
  30. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css +10855 -0
  31. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css.map +1 -0
  32. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.min.css +1 -0
  33. data/node_modules/bulma-block-list/node_modules/bulma/package.json +77 -0
  34. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/_all.sass +5 -0
  35. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/generic.sass +142 -0
  36. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/helpers.sass +281 -0
  37. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/minireset.sass +79 -0
  38. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/_all.sass +15 -0
  39. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/breadcrumb.sass +75 -0
  40. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/card.sass +79 -0
  41. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/dropdown.sass +81 -0
  42. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/level.sass +77 -0
  43. data/node_modules/{bulma → bulma-block-list/node_modules/bulma}/sass/components/list.sass +0 -0
  44. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/media.sass +50 -0
  45. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/menu.sass +57 -0
  46. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/message.sass +99 -0
  47. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/modal.sass +113 -0
  48. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/navbar.sass +441 -0
  49. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/pagination.sass +150 -0
  50. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/panel.sass +119 -0
  51. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/tabs.sass +151 -0
  52. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/_all.sass +15 -0
  53. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/box.sass +24 -0
  54. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/button.sass +323 -0
  55. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/container.sass +24 -0
  56. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/content.sass +155 -0
  57. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/form.sass +1 -0
  58. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/icon.sass +21 -0
  59. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/image.sass +71 -0
  60. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/notification.sass +43 -0
  61. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/other.sass +39 -0
  62. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/progress.sass +67 -0
  63. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/table.sass +127 -0
  64. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/tag.sass +128 -0
  65. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/title.sass +70 -0
  66. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/_all.sass +8 -0
  67. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/checkbox-radio.sass +21 -0
  68. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/file.sass +180 -0
  69. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/input-textarea.sass +64 -0
  70. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/select.sass +85 -0
  71. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/shared.sass +55 -0
  72. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/tools.sass +205 -0
  73. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/_all.sass +4 -0
  74. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/columns.sass +504 -0
  75. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/tiles.sass +34 -0
  76. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/_all.sass +5 -0
  77. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/footer.sass +9 -0
  78. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/hero.sass +145 -0
  79. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/section.sass +13 -0
  80. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/_all.sass +8 -0
  81. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/animations.sass +5 -0
  82. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/controls.sass +50 -0
  83. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/derived-variables.sass +106 -0
  84. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/functions.sass +110 -0
  85. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/initial-variables.sass +77 -0
  86. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/mixins.sass +261 -0
  87. data/node_modules/bulma-block-list/package.json +10 -10
  88. data/node_modules/bulma-block-list/src/block-list.scss +24 -1
  89. data/node_modules/bulma/CHANGELOG.md +95 -0
  90. data/node_modules/bulma/README.md +3 -2
  91. data/node_modules/bulma/bulma.sass +2 -1
  92. data/node_modules/bulma/css/bulma-rtl.css +11624 -0
  93. data/node_modules/bulma/css/bulma-rtl.css.map +1 -0
  94. data/node_modules/bulma/css/bulma-rtl.min.css +1 -0
  95. data/node_modules/bulma/css/bulma.css +7233 -6464
  96. data/node_modules/bulma/css/bulma.css.map +1 -1
  97. data/node_modules/bulma/css/bulma.min.css +1 -1
  98. data/node_modules/bulma/package.json +21 -18
  99. data/node_modules/bulma/sass/base/_all.sass +1 -1
  100. data/node_modules/bulma/sass/base/generic.sass +2 -1
  101. data/node_modules/bulma/sass/base/helpers.sass +1 -281
  102. data/node_modules/bulma/sass/base/minireset.sass +1 -1
  103. data/node_modules/bulma/sass/components/_all.sass +1 -1
  104. data/node_modules/bulma/sass/components/breadcrumb.sass +3 -3
  105. data/node_modules/bulma/sass/components/card.sass +5 -1
  106. data/node_modules/bulma/sass/components/dropdown.sass +3 -3
  107. data/node_modules/bulma/sass/components/level.sass +2 -2
  108. data/node_modules/bulma/sass/components/media.sass +10 -8
  109. data/node_modules/bulma/sass/components/menu.sass +2 -2
  110. data/node_modules/bulma/sass/components/message.sass +1 -1
  111. data/node_modules/bulma/sass/components/modal.sass +5 -3
  112. data/node_modules/bulma/sass/components/navbar.sass +12 -10
  113. data/node_modules/bulma/sass/components/panel.sass +2 -2
  114. data/node_modules/bulma/sass/components/tabs.sass +35 -12
  115. data/node_modules/bulma/sass/elements/_all.sass +1 -0
  116. data/node_modules/bulma/sass/elements/button.sass +10 -8
  117. data/node_modules/bulma/sass/elements/container.sass +10 -7
  118. data/node_modules/bulma/sass/elements/content.sass +5 -5
  119. data/node_modules/bulma/sass/elements/notification.sass +10 -3
  120. data/node_modules/bulma/sass/elements/progress.sass +5 -1
  121. data/node_modules/bulma/sass/elements/table.sass +6 -2
  122. data/node_modules/bulma/sass/elements/tag.sass +27 -17
  123. data/node_modules/bulma/sass/form/_all.sass +1 -0
  124. data/node_modules/bulma/sass/form/checkbox-radio.sass +3 -2
  125. data/node_modules/bulma/sass/form/file.sass +5 -3
  126. data/node_modules/bulma/sass/form/input-textarea.sass +3 -1
  127. data/node_modules/bulma/sass/form/select.sass +7 -5
  128. data/node_modules/bulma/sass/form/shared.sass +2 -0
  129. data/node_modules/bulma/sass/form/tools.sass +21 -11
  130. data/node_modules/bulma/sass/grid/_all.sass +1 -0
  131. data/node_modules/bulma/sass/helpers/_all.sass +12 -0
  132. data/node_modules/bulma/sass/helpers/color.sass +37 -0
  133. data/node_modules/bulma/sass/helpers/flexbox.sass +35 -0
  134. data/node_modules/bulma/sass/helpers/float.sass +8 -0
  135. data/node_modules/bulma/sass/helpers/other.sass +11 -0
  136. data/node_modules/bulma/sass/helpers/overflow.sass +2 -0
  137. data/node_modules/bulma/sass/helpers/position.sass +5 -0
  138. data/node_modules/bulma/sass/helpers/spacing.sass +31 -0
  139. data/node_modules/bulma/sass/helpers/typography.sass +98 -0
  140. data/node_modules/bulma/sass/helpers/visibility.sass +122 -0
  141. data/node_modules/bulma/sass/layout/_all.sass +1 -0
  142. data/node_modules/bulma/sass/layout/hero.sass +4 -2
  143. data/node_modules/bulma/sass/utilities/_all.sass +1 -0
  144. data/node_modules/bulma/sass/utilities/derived-variables.sass +2 -1
  145. data/node_modules/bulma/sass/utilities/functions.sass +5 -0
  146. data/node_modules/bulma/sass/utilities/initial-variables.sass +1 -0
  147. data/node_modules/bulma/sass/utilities/mixins.sass +24 -0
  148. data/package-lock.json +13 -6
  149. data/package.json +2 -2
  150. metadata +98 -31
  151. data/node_modules/bulma-block-list/docs/demo.css +0 -7241
@@ -0,0 +1,35 @@
1
+ $flex-direction-values: row, row-reverse, column, column-reverse
2
+ @each $value in $flex-direction-values
3
+ .is-flex-direction-#{$value}
4
+ flex-direction: $value !important
5
+
6
+ $flex-wrap-values: nowrap, wrap, wrap-reverse
7
+ @each $value in $flex-wrap-values
8
+ .is-flex-wrap-#{$value}
9
+ flex-wrap: $value !important
10
+
11
+ $justify-content-values: flex-start, flex-end, center, space-between, space-around, space-evenly, start, end, left, right
12
+ @each $value in $justify-content-values
13
+ .is-justify-content-#{$value}
14
+ justify-content: $value !important
15
+
16
+ $align-content-values: flex-start, flex-end, center, space-between, space-around, space-evenly, stretch, start, end, baseline
17
+ @each $value in $align-content-values
18
+ .is-align-content-#{$value}
19
+ align-content: $value !important
20
+
21
+ $align-items-values: stretch, flex-start, flex-end, center, baseline, start, end, self-start, self-end
22
+ @each $value in $align-items-values
23
+ .is-align-items-#{$value}
24
+ align-items: $value !important
25
+
26
+ $align-self-values: auto, flex-start, flex-end, center, baseline, stretch
27
+ @each $value in $align-self-values
28
+ .is-align-self-#{$value}
29
+ align-self: $value !important
30
+
31
+ $flex-operators: grow, shrink
32
+ @each $operator in $flex-operators
33
+ @for $i from 0 through 5
34
+ .is-flex-#{$operator}-#{$i}
35
+ flex-#{$operator}: $i !important
@@ -0,0 +1,8 @@
1
+ .is-clearfix
2
+ +clearfix
3
+
4
+ .is-pulled-left
5
+ float: left !important
6
+
7
+ .is-pulled-right
8
+ float: right !important
@@ -0,0 +1,11 @@
1
+ .is-radiusless
2
+ border-radius: 0 !important
3
+
4
+ .is-shadowless
5
+ box-shadow: none !important
6
+
7
+ .is-clickable
8
+ cursor: pointer !important
9
+
10
+ .is-unselectable
11
+ @extend %unselectable
@@ -0,0 +1,2 @@
1
+ .is-clipped
2
+ overflow: hidden !important
@@ -0,0 +1,5 @@
1
+ .is-overlay
2
+ @extend %overlay
3
+
4
+ .is-relative
5
+ position: relative !important
@@ -0,0 +1,31 @@
1
+ .is-marginless
2
+ margin: 0 !important
3
+
4
+ .is-paddingless
5
+ padding: 0 !important
6
+
7
+ $spacing-shortcuts: ("margin": "m", "padding": "p") !default
8
+ $spacing-directions: ("top": "t", "right": "r", "bottom": "b", "left": "l") !default
9
+ $spacing-horizontal: "x" !default
10
+ $spacing-vertical: "y" !default
11
+ $spacing-values: ("0": 0, "1": 0.25rem, "2": 0.5rem, "3": 0.75rem, "4": 1rem, "5": 1.5rem, "6": 3rem) !default
12
+
13
+ @each $property, $shortcut in $spacing-shortcuts
14
+ @each $name, $value in $spacing-values
15
+ // All directions
16
+ .#{$shortcut}-#{$name}
17
+ #{$property}: $value !important
18
+ // Cardinal directions
19
+ @each $direction, $suffix in $spacing-directions
20
+ .#{$shortcut}#{$suffix}-#{$name}
21
+ #{$property}-#{$direction}: $value !important
22
+ // Horizontal axis
23
+ @if $spacing-horizontal != null
24
+ .#{$shortcut}#{$spacing-horizontal}-#{$name}
25
+ #{$property}-left: $value !important
26
+ #{$property}-right: $value !important
27
+ // Vertical axis
28
+ @if $spacing-vertical != null
29
+ .#{$shortcut}#{$spacing-vertical}-#{$name}
30
+ #{$property}-top: $value !important
31
+ #{$property}-bottom: $value !important
@@ -0,0 +1,98 @@
1
+ =typography-size($target:'')
2
+ @each $size in $sizes
3
+ $i: index($sizes, $size)
4
+ .is-size-#{$i}#{if($target == '', '', '-' + $target)}
5
+ font-size: $size !important
6
+
7
+ +typography-size()
8
+
9
+ +mobile
10
+ +typography-size('mobile')
11
+
12
+ +tablet
13
+ +typography-size('tablet')
14
+
15
+ +touch
16
+ +typography-size('touch')
17
+
18
+ +desktop
19
+ +typography-size('desktop')
20
+
21
+ +widescreen
22
+ +typography-size('widescreen')
23
+
24
+ +fullhd
25
+ +typography-size('fullhd')
26
+
27
+ $alignments: ('centered': 'center', 'justified': 'justify', 'left': 'left', 'right': 'right')
28
+
29
+ @each $alignment, $text-align in $alignments
30
+ .has-text-#{$alignment}
31
+ text-align: #{$text-align} !important
32
+
33
+ @each $alignment, $text-align in $alignments
34
+ +mobile
35
+ .has-text-#{$alignment}-mobile
36
+ text-align: #{$text-align} !important
37
+ +tablet
38
+ .has-text-#{$alignment}-tablet
39
+ text-align: #{$text-align} !important
40
+ +tablet-only
41
+ .has-text-#{$alignment}-tablet-only
42
+ text-align: #{$text-align} !important
43
+ +touch
44
+ .has-text-#{$alignment}-touch
45
+ text-align: #{$text-align} !important
46
+ +desktop
47
+ .has-text-#{$alignment}-desktop
48
+ text-align: #{$text-align} !important
49
+ +desktop-only
50
+ .has-text-#{$alignment}-desktop-only
51
+ text-align: #{$text-align} !important
52
+ +widescreen
53
+ .has-text-#{$alignment}-widescreen
54
+ text-align: #{$text-align} !important
55
+ +widescreen-only
56
+ .has-text-#{$alignment}-widescreen-only
57
+ text-align: #{$text-align} !important
58
+ +fullhd
59
+ .has-text-#{$alignment}-fullhd
60
+ text-align: #{$text-align} !important
61
+
62
+ .is-capitalized
63
+ text-transform: capitalize !important
64
+
65
+ .is-lowercase
66
+ text-transform: lowercase !important
67
+
68
+ .is-uppercase
69
+ text-transform: uppercase !important
70
+
71
+ .is-italic
72
+ font-style: italic !important
73
+
74
+ .has-text-weight-light
75
+ font-weight: $weight-light !important
76
+ .has-text-weight-normal
77
+ font-weight: $weight-normal !important
78
+ .has-text-weight-medium
79
+ font-weight: $weight-medium !important
80
+ .has-text-weight-semibold
81
+ font-weight: $weight-semibold !important
82
+ .has-text-weight-bold
83
+ font-weight: $weight-bold !important
84
+
85
+ .is-family-primary
86
+ font-family: $family-primary !important
87
+
88
+ .is-family-secondary
89
+ font-family: $family-secondary !important
90
+
91
+ .is-family-sans-serif
92
+ font-family: $family-sans-serif !important
93
+
94
+ .is-family-monospace
95
+ font-family: $family-monospace !important
96
+
97
+ .is-family-code
98
+ font-family: $family-code !important
@@ -0,0 +1,122 @@
1
+
2
+
3
+ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex'
4
+
5
+ @each $display in $displays
6
+ .is-#{$display}
7
+ display: #{$display} !important
8
+ +mobile
9
+ .is-#{$display}-mobile
10
+ display: #{$display} !important
11
+ +tablet
12
+ .is-#{$display}-tablet
13
+ display: #{$display} !important
14
+ +tablet-only
15
+ .is-#{$display}-tablet-only
16
+ display: #{$display} !important
17
+ +touch
18
+ .is-#{$display}-touch
19
+ display: #{$display} !important
20
+ +desktop
21
+ .is-#{$display}-desktop
22
+ display: #{$display} !important
23
+ +desktop-only
24
+ .is-#{$display}-desktop-only
25
+ display: #{$display} !important
26
+ +widescreen
27
+ .is-#{$display}-widescreen
28
+ display: #{$display} !important
29
+ +widescreen-only
30
+ .is-#{$display}-widescreen-only
31
+ display: #{$display} !important
32
+ +fullhd
33
+ .is-#{$display}-fullhd
34
+ display: #{$display} !important
35
+
36
+ .is-hidden
37
+ display: none !important
38
+
39
+ .is-sr-only
40
+ border: none !important
41
+ clip: rect(0, 0, 0, 0) !important
42
+ height: 0.01em !important
43
+ overflow: hidden !important
44
+ padding: 0 !important
45
+ position: absolute !important
46
+ white-space: nowrap !important
47
+ width: 0.01em !important
48
+
49
+ +mobile
50
+ .is-hidden-mobile
51
+ display: none !important
52
+
53
+ +tablet
54
+ .is-hidden-tablet
55
+ display: none !important
56
+
57
+ +tablet-only
58
+ .is-hidden-tablet-only
59
+ display: none !important
60
+
61
+ +touch
62
+ .is-hidden-touch
63
+ display: none !important
64
+
65
+ +desktop
66
+ .is-hidden-desktop
67
+ display: none !important
68
+
69
+ +desktop-only
70
+ .is-hidden-desktop-only
71
+ display: none !important
72
+
73
+ +widescreen
74
+ .is-hidden-widescreen
75
+ display: none !important
76
+
77
+ +widescreen-only
78
+ .is-hidden-widescreen-only
79
+ display: none !important
80
+
81
+ +fullhd
82
+ .is-hidden-fullhd
83
+ display: none !important
84
+
85
+ .is-invisible
86
+ visibility: hidden !important
87
+
88
+ +mobile
89
+ .is-invisible-mobile
90
+ visibility: hidden !important
91
+
92
+ +tablet
93
+ .is-invisible-tablet
94
+ visibility: hidden !important
95
+
96
+ +tablet-only
97
+ .is-invisible-tablet-only
98
+ visibility: hidden !important
99
+
100
+ +touch
101
+ .is-invisible-touch
102
+ visibility: hidden !important
103
+
104
+ +desktop
105
+ .is-invisible-desktop
106
+ visibility: hidden !important
107
+
108
+ +desktop-only
109
+ .is-invisible-desktop-only
110
+ visibility: hidden !important
111
+
112
+ +widescreen
113
+ .is-invisible-widescreen
114
+ visibility: hidden !important
115
+
116
+ +widescreen-only
117
+ .is-invisible-widescreen-only
118
+ visibility: hidden !important
119
+
120
+ +fullhd
121
+ .is-invisible-fullhd
122
+ visibility: hidden !important
@@ -1,3 +1,4 @@
1
+ /* Bulma Layout */
1
2
  @charset "utf-8"
2
3
 
3
4
  @import "hero.sass"
@@ -3,6 +3,8 @@ $hero-body-padding-small: 1.5rem !default
3
3
  $hero-body-padding-medium: 9rem 1.5rem !default
4
4
  $hero-body-padding-large: 18rem 1.5rem !default
5
5
 
6
+ $hero-colors: $colors !default
7
+
6
8
  // Main container
7
9
  .hero
8
10
  align-items: stretch
@@ -15,7 +17,7 @@ $hero-body-padding-large: 18rem 1.5rem !default
15
17
  ul
16
18
  border-bottom: none
17
19
  // Colors
18
- @each $name, $pair in $colors
20
+ @each $name, $pair in $hero-colors
19
21
  $color: nth($pair, 1)
20
22
  $color-invert: nth($pair, 2)
21
23
  &.is-#{$name}
@@ -130,7 +132,7 @@ $hero-body-padding-large: 18rem 1.5rem !default
130
132
  display: flex
131
133
  justify-content: center
132
134
  .button:not(:last-child)
133
- margin-right: 1.5rem
135
+ +ltr-property("margin", 1.5rem)
134
136
 
135
137
  // Containers
136
138
 
@@ -1,3 +1,4 @@
1
+ /* Bulma Utilities */
1
2
  @charset "utf-8"
2
3
 
3
4
  @import "initial-variables.sass"
@@ -62,7 +62,7 @@ $text-strong: $grey-darker !default
62
62
 
63
63
  // Code colors
64
64
 
65
- $code: $red !default
65
+ $code: darken($red, 15%) !default
66
66
  $code-background: $background !default
67
67
 
68
68
  $pre: $text !default
@@ -101,6 +101,7 @@ $custom-colors: null !default
101
101
  $custom-shades: null !default
102
102
 
103
103
  $colors: mergeColorMaps(("white": ($white, $black), "black": ($black, $white), "light": ($light, $light-invert), "dark": ($dark, $dark-invert), "primary": ($primary, $primary-invert, $primary-light, $primary-dark), "link": ($link, $link-invert, $link-light, $link-dark), "info": ($info, $info-invert, $info-light, $info-dark), "success": ($success, $success-invert, $success-light, $success-dark), "warning": ($warning, $warning-invert, $warning-light, $warning-dark), "danger": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors) !default
104
+
104
105
  $shades: mergeColorMaps(("black-bis": $black-bis, "black-ter": $black-ter, "grey-darker": $grey-darker, "grey-dark": $grey-dark, "grey": $grey, "grey-light": $grey-light, "grey-lighter": $grey-lighter, "white-ter": $white-ter, "white-bis": $white-bis), $custom-shades) !default
105
106
 
106
107
  $sizes: $size-1 $size-2 $size-3 $size-4 $size-5 $size-6 $size-7 !default
@@ -108,3 +108,8 @@
108
108
  @if type-of($color) != 'color'
109
109
  @return $color
110
110
  @return darken($color, $amount)
111
+
112
+ @function bulmaLighten($color, $amount)
113
+ @if type-of($color) != 'color'
114
+ @return $color
115
+ @return lighten($color, $amount)
@@ -75,3 +75,4 @@ $speed: 86ms !default
75
75
  // Flags
76
76
 
77
77
  $variable-columns: true !default
78
+ $rtl: false !default
@@ -128,6 +128,30 @@
128
128
  @media screen and (min-width: $fullhd)
129
129
  @content
130
130
 
131
+ =ltr
132
+ @if not $rtl
133
+ @content
134
+
135
+ =rtl
136
+ @if $rtl
137
+ @content
138
+
139
+ =ltr-property($property, $spacing, $right: true)
140
+ $normal: if($right, "right", "left")
141
+ $opposite: if($right, "left", "right")
142
+ @if $rtl
143
+ #{$property}-#{$opposite}: $spacing
144
+ @else
145
+ #{$property}-#{$normal}: $spacing
146
+
147
+ =ltr-position($spacing, $right: true)
148
+ $normal: if($right, "right", "left")
149
+ $opposite: if($right, "left", "right")
150
+ @if $rtl
151
+ #{$opposite}: $spacing
152
+ @else
153
+ #{$normal}: $spacing
154
+
131
155
  // Placeholders
132
156
 
133
157
  =unselectable
@@ -5,16 +5,23 @@
5
5
  "requires": true,
6
6
  "dependencies": {
7
7
  "bulma": {
8
- "version": "0.8.2",
9
- "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.8.2.tgz",
10
- "integrity": "sha512-vMM/ijYSxX+Sm+nD7Lmc1UgWDy2JcL2nTKqwgEqXuOMU+IGALbXd5MLt/BcjBAPLIx36TtzhzBcSnOP974gcqA=="
8
+ "version": "0.9.1",
9
+ "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.1.tgz",
10
+ "integrity": "sha512-LSF69OumXg2HSKl2+rN0/OEXJy7WFEb681wtBlNS/ulJYR27J3rORHibdXZ6GVb/vyUzzYK/Arjyh56wjbFedA=="
11
11
  },
12
12
  "bulma-block-list": {
13
- "version": "0.3.0",
14
- "resolved": "https://registry.npmjs.org/bulma-block-list/-/bulma-block-list-0.3.0.tgz",
15
- "integrity": "sha512-LGE36PYy6IZustZwfASmKbQom+s9a16coY3GzDFdq1uEFja5Qj31vZqDwuwMNU+IXGYG3kvR2ZfoRX/7Xc+fZw==",
13
+ "version": "0.4.0",
14
+ "resolved": "https://registry.npmjs.org/bulma-block-list/-/bulma-block-list-0.4.0.tgz",
15
+ "integrity": "sha512-N1jFSWXKmZrtETmbAVuy/q7TA0eb6VuyeaM8YsOue43Es55CPWshbK1vplJ+BYoxaacibs9paNhQs0y35qU+dQ==",
16
16
  "requires": {
17
17
  "bulma": "^0.8.0"
18
+ },
19
+ "dependencies": {
20
+ "bulma": {
21
+ "version": "0.8.2",
22
+ "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.8.2.tgz",
23
+ "integrity": "sha512-vMM/ijYSxX+Sm+nD7Lmc1UgWDy2JcL2nTKqwgEqXuOMU+IGALbXd5MLt/BcjBAPLIx36TtzhzBcSnOP974gcqA=="
24
+ }
18
25
  }
19
26
  }
20
27
  }