Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7944b6

Browse files
committed
buddles
1 parent 9d37bf2 commit d7944b6

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Site settings
22
permalink: pretty
3-
title: BlazeCSS - Open Source Modular CSS Framework
3+
title: ReblazeCSS - React Binding of Open Source Modular CSS Framework BlazeCSS
44
description: Blaze is designed to give you structure and a good starting point for your website.
55
baseurl: '' # the subpath of your site, e.g. /blog/
6-
url: 'http://blazecss.com' # the base hostname & protocol for your site
6+
url: 'https://betterui.github.io' # the base hostname & protocol for your site
77
twitter_username: blazecss
88
version: '0.1.0'
99
size: '8Kb'

components/bubbles.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ <h2 class="c-heading c-heading--medium">Basic Bubble</h2>
1515
Lorem ipsum dolor sit amet, consectetur adipiscing elit
1616
</p>
1717
</div>
18-
<div class="o-grid__cell o-grid__cell--width-50 u-letter-box--small"><pre class="c-pre html"><code class="c-code c-code--multiline">&lt;div class="c-bubble c-bubble--top">This bubble is on the top&lt;/div></code></pre></div>
18+
<div class="o-grid__cell o-grid__cell--width-50 u-letter-box--small"><pre class="c-pre html"><code class="c-code c-code--multiline">&lt;Bubble position="up slow">Up&lt;/Bubble>
19+
</code></pre></div>
1920
</div>
2021

2122
<h3 id="positions" class="c-heading c-heading--medium">Positions</h3>
@@ -24,13 +25,13 @@ <h3 id="positions" class="c-heading c-heading--medium">Positions</h3>
2425
attributes but that seemed too opinionated.
2526
</p>
2627
<p class="c-paragraph">
27-
<span class="c-bubble c-bubble--right c-text--mono">.c-bubble--right</span>
28+
<span class="c-bubble c-bubble--right c-text--mono">position="right"</span>
2829
</p>
2930
<p class="c-paragraph">
30-
<span class="c-bubble c-bubble--left c-text--mono">.c-bubble--left</span>
31+
<span class="c-bubble c-bubble--left c-text--mono">position="left"</span>
3132
</p>
3233
<p class="c-paragraph">
33-
<span class="c-bubble c-bubble--bottom c-text--mono">.c-bubble--bottom</span>
34+
<span class="c-bubble c-bubble--bottom c-text--mono">position="down"</span>
3435
</p>
3536

3637
<h2 id="animation" class="c-heading c-heading--medium">Animation</h2>
@@ -49,17 +50,17 @@ <h2 id="animation" class="c-heading c-heading--medium">Animation</h2>
4950
}
5051
</script>
5152

52-
<h3 class="c-heading c-heading--small c-text--mono">.a-bubble</h3>
53+
<h3 class="c-heading c-heading--small c-text--mono">animate</h3>
5354
<p class="c-paragraph">
54-
Apply the <code class="c-code">.a-bubble</code> class to enable animation on each bubble.
55+
Apply the <code class="c-code">animate</code> to enable animation on each bubble.
5556
</p>
5657

57-
<h3 class="c-heading c-heading--small"><span class="c-text--mono">--slow, --fast</span></h3>
58+
<h3 class="c-heading c-heading--small"><span class="c-text--mono">slow, fast</span></h3>
5859
<p class="c-paragraph">
5960
Every animation comes with slow and fast modifiers.
6061
</p>
6162

62-
<h3 class="c-heading c-heading--small c-text--mono">--top, --bottom, --left, --right</h3>
63+
<h3 class="c-heading c-heading--small c-text--mono">top, bottom, left, right</h3>
6364
<p class="c-paragraph">
6465
Add one of these modifiers to change the origin of the animation. Default is from the center of the element.
6566
</p>

0 commit comments

Comments
 (0)