Skip to content

Commit 7d56a9e

Browse files
authored
Merge pull request #7 from chrisrhymes/default-is-outlined
Add default is-outlined styles
2 parents 42b8fa0 + e75f7f6 commit 7d56a9e

File tree

6 files changed

+33
-17
lines changed

6 files changed

+33
-17
lines changed

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source 'https://rubygems.org'
2-
gem "bulma-clean-theme", '0.10.3'
2+
gem "bulma-clean-theme", '0.10.5'
33
gem 'github-pages', group: :jekyll_plugins

docs/Gemfile.lock

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GEM
99
zeitwerk (~> 2.2, >= 2.2.2)
1010
addressable (2.7.0)
1111
public_suffix (>= 2.0.2, < 5.0)
12-
bulma-clean-theme (0.10.3)
12+
bulma-clean-theme (0.10.5)
1313
jekyll (~> 3.9)
1414
jekyll-feed (~> 0.15)
1515
jekyll-paginate (~> 1.1)
@@ -33,10 +33,12 @@ GEM
3333
ffi (>= 1.3.0)
3434
eventmachine (1.2.7)
3535
execjs (2.7.0)
36-
faraday (1.1.0)
36+
faraday (1.3.0)
37+
faraday-net_http (~> 1.0)
3738
multipart-post (>= 1.2, < 3)
3839
ruby2_keywords
39-
ffi (1.14.1)
40+
faraday-net_http (1.0.1)
41+
ffi (1.14.2)
4042
forwardable-extended (2.6.0)
4143
gemoji (3.0.1)
4244
github-pages (209)
@@ -206,25 +208,27 @@ GEM
206208
kramdown-parser-gfm (1.1.0)
207209
kramdown (~> 2.0)
208210
liquid (4.0.3)
209-
listen (3.3.3)
211+
listen (3.4.1)
210212
rb-fsevent (~> 0.10, >= 0.10.3)
211213
rb-inotify (~> 0.9, >= 0.9.10)
212214
mercenary (0.3.6)
213-
mini_portile2 (2.4.0)
215+
mini_portile2 (2.5.0)
214216
minima (2.5.1)
215217
jekyll (>= 3.5, < 5.0)
216218
jekyll-feed (~> 0.9)
217219
jekyll-seo-tag (~> 2.1)
218-
minitest (5.14.2)
220+
minitest (5.14.3)
219221
multipart-post (2.1.1)
220-
nokogiri (1.10.10)
221-
mini_portile2 (~> 2.4.0)
222-
octokit (4.19.0)
222+
nokogiri (1.11.1)
223+
mini_portile2 (~> 2.5.0)
224+
racc (~> 1.4)
225+
octokit (4.20.0)
223226
faraday (>= 0.9)
224227
sawyer (~> 0.8.0, >= 0.5.3)
225228
pathutil (0.16.2)
226229
forwardable-extended (~> 2.6)
227230
public_suffix (3.1.1)
231+
racc (1.5.2)
228232
rb-fsevent (0.10.4)
229233
rb-inotify (0.10.1)
230234
ffi (~> 1.0)
@@ -243,7 +247,7 @@ GEM
243247
sawyer (0.8.2)
244248
addressable (>= 2.3.5)
245249
faraday (> 0.8, < 2.0)
246-
simpleidn (0.1.1)
250+
simpleidn (0.2.1)
247251
unf (~> 0.1.4)
248252
terminal-table (1.8.0)
249253
unicode-display_width (~> 1.1, >= 1.1.1)
@@ -262,7 +266,7 @@ PLATFORMS
262266
ruby
263267

264268
DEPENDENCIES
265-
bulma-clean-theme (= 0.10.3)
269+
bulma-clean-theme (= 0.10.5)
266270
github-pages
267271

268272
BUNDLED WITH

docs/_sass/_block-list.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ $block-list-highlight-width: 5px !default;
6767
border: 1px solid $color;
6868
}
6969

70+
li.is-outlined,
71+
&.is-outlined > li {
72+
@include outlined($border);
73+
color: $text;
74+
}
75+
7076
@each $name, $pair in $colors {
7177

7278
$color: nth($pair, 1);

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,16 +119,16 @@ <h2 id="how-to-use">How to use</h2>
119119
<p class="title is-4" id="outlined">Outlined</p>
120120
</div>
121121
<div class="column is-4">
122-
<p class="title is-5">is-outlined is-primary</p>
123-
<ul class="block-list is-outlined is-primary">
122+
<p class="title is-5">is-outlined</p>
123+
<ul class="block-list is-outlined">
124124
<li>Item one</li>
125125
<li>Item two</li>
126126
<li>Item three</li>
127127
</ul>
128128
</div>
129129
<div class="column is-4">
130-
<p class="title is-5">is-outlined is-info</p>
131-
<ul class="block-list is-outlined is-info">
130+
<p class="title is-5">is-outlined is-primary</p>
131+
<ul class="block-list is-outlined is-primary">
132132
<li>Item one</li>
133133
<li>Item two</li>
134134
<li>Item three</li>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bulma-block-list",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "A simple scss package extending Bulma with block style list elements",
55
"homepage": "https://github.com/chrisrhymes/bulma-block-list#readme",
66
"bugs": {

src/block-list.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ $block-list-highlight-width: 5px !default;
6767
border: 1px solid $color;
6868
}
6969

70+
li.is-outlined,
71+
&.is-outlined > li {
72+
@include outlined($border);
73+
color: $text;
74+
}
75+
7076
@each $name, $pair in $colors {
7177

7278
$color: nth($pair, 1);

0 commit comments

Comments
 (0)