Skip to content

Commit a5f7634

Browse files
author
DNZ\darius
committed
Merge branch 'release/2.2.0'
2 parents affcdbd + f71a012 commit a5f7634

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "castlecss-core",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "CastleCSS a SCSS framework with modular building blocks for the web",
55
"main": "index.js",
66
"scripts": {

sass/base/utility.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
}
9696

9797
/* Clearfix */
98-
.cf:before, .cf:after, ul.fields > li:before, ul.fields > li:after {content:"";display:table;}
99-
.cf:after, .g:after, ul.fields > li:after {clear:both;}
98+
.cf:before, .cf:after {content:"";display:table;}
99+
.cf:after, .g:after {clear:both;}
100100
.cl { clear:both;height:0;overflow:hidden;visibility:hidden;font:0/0 x; }
101101

102102
/* Alignment of images + captions */

sass/variables.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,5 @@ $font-pri: Arial, Helvetica, sans-serif;
118118
$font-sec: Arial, Helvetica, sans-serif;
119119
$font-size-default: 1.6rem;
120120
$line-height-default: 1.5;
121+
122+
$breadcrumbs-separator: '\00bb';

0 commit comments

Comments
 (0)