You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: views/breadcrumbs.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ <h3>Changing the breadcrumb separator</h3>
61
61
To set a different character as your separator for all crumbs, please overwrite the variable <code>$breadcrumbs-separator</code>.
62
62
</p>
63
63
<p>
64
-
If you want a different charactor for a specific separator, please add the attribute <code>data-breadcrumbs-separator</code> and give it the vaule of your separator.
64
+
If you want a different character for a specific separator, please add the attribute <code>data-breadcrumbs-separator</code> and give it the value of your separator.
65
65
</p>
66
66
<p>
67
67
<strong>Example:</strong><code>data-breadcrumbs-separator="/"</code> sets a / as separator
<p>It's possible to let the grid figure out the widths for itself. When you don't know what the width will be but you want the grid to fill out the <code>auto</code> class is a nice addition to the grid (<code>g</code>).
492
+
<p>It's possible to let the grid figure out the widths for itself. When you don't know what the width will be but you want the grid to fill out, the <code>auto</code> class is a nice addition to the grid (<code>g</code>).
<p>Already have a CastleCSS project and want to add a module or just want to add 1 part of CastleCSS? Just include the core and any addon you want.</p>
Copy file name to clipboardExpand all lines: views/style-guidelines.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
{% set currentPageId = 'about' %}{% set pageTitle = 'About - CastleCSS' %}{% include "inc/header.html" %}
1
+
{% set currentPageId = 'guidelines' %}{% set pageTitle = 'About - CastleCSS' %}{% include "inc/header.html" %}
2
2
3
3
<!-- Main -->
4
4
<divclass="b0_12 b4_14 b4_push_01">
@@ -9,7 +9,7 @@ <h1>Style guidelines</h1>
9
9
</div>
10
10
<divclass="block">
11
11
<h2>Sass-lint</h2>
12
-
<p>For style verifiation we use <ahref="https://github.com/sasstools/sass-lint" target="_blank">sass-lint</a>. This ensures us to give you guidelines and warnings about writing mistakes in order, whitespace, nesting, etc</p>
12
+
<p>For style verification we use <ahref="https://github.com/sasstools/sass-lint" target="_blank">sass-lint</a>. This ensures us to give you guidelines and warnings about writing mistakes in order, whitespace, nesting, etc.</p>
13
13
<p>We have included a sass-lint.yml in the packages and it's connected to the package-json.</p>
0 commit comments