Skip to content

Commit

Permalink
Merge branch 'master-local' into master-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
patternfly-build committed Jun 25, 2018
2 parents f436faf + 30827df commit 6057971
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion dist/css/patternfly-additions.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/patternfly-additions.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/rcue-additions.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/rcue-additions.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/patternfly-settings-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use strict';

var patternfly = {
version: "3.51.0"
version: "0.0.0-semantically-released",
};

// definition of breakpoint sizes for tablet and desktop modes
Expand Down
2 changes: 1 addition & 1 deletion dist/js/patternfly-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use strict';

var patternfly = {
version: "3.51.0"
version: "0.0.0-semantically-released",
};

// definition of breakpoint sizes for tablet and desktop modes
Expand Down
2 changes: 1 addition & 1 deletion dist/js/patternfly-settings.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/patternfly.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use strict';

var patternfly = {
version: "3.51.0"
version: "0.0.0-semantically-released",
};

// definition of breakpoint sizes for tablet and desktop modes
Expand Down
4 changes: 2 additions & 2 deletions dist/js/patternfly.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/less/navbar-vertical.less
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
}

> .pficon-user {
padding-right: calc(@navbar-pf-item-icon-padding-right + 3px);
padding-right: ~"calc(@{navbar-pf-item-icon-padding-right} + 3px)";
float: left;
}
}
Expand Down
2 changes: 1 addition & 1 deletion dist/sass/patternfly/_navbar-vertical.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
}

> .pficon-user {
padding-right: calc($navbar-pf-item-icon-padding-right + 3px);
padding-right: unquote("calc(#{$navbar-pf-item-icon-padding-right} + 3px)");
float: left;
}
}
Expand Down
2 changes: 1 addition & 1 deletion dist/sass/rcue/_navbar-vertical.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
}

> .pficon-user {
padding-right: calc($navbar-pf-item-icon-padding-right + 3px);
padding-right: unquote("calc(#{$navbar-pf-item-icon-padding-right} + 3px)");
float: left;
}
}
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/less/navbar-vertical.less
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
}

> .pficon-user {
padding-right: calc(@navbar-pf-item-icon-padding-right + 3px);
padding-right: ~"calc(@{navbar-pf-item-icon-padding-right} + 3px)";
float: left;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/sass/converted/patternfly/_navbar-vertical.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
}

> .pficon-user {
padding-right: calc($navbar-pf-item-icon-padding-right + 3px);
padding-right: unquote("calc(#{$navbar-pf-item-icon-padding-right} + 3px)");
float: left;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/sass/converted/rcue/_navbar-vertical.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
}

> .pficon-user {
padding-right: calc($navbar-pf-item-icon-padding-right + 3px);
padding-right: unquote("calc(#{$navbar-pf-item-icon-padding-right} + 3px)");
float: left;
}
}
Expand Down

0 comments on commit 6057971

Please sign in to comment.