Skip to content

Commit eee0712

Browse files
authored
fix: added px value defaults for accent-bar mixin (#1789)
* fix: added px value defaults for accent-bar mixin * chore: update changelog
1 parent ac2af83 commit eee0712

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG-1.x.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# TBD
22

3-
- [](https://github.com/patternfly/patternfly-elements/commit/) fix: mobile-typography demo page now has correct CSS variables
3+
- [ac2af8](https://github.com/patternfly/patternfly-elements/commit/ac2af8367c911af5b7cb3953eff470106c48b93b) fix: mobile-typography demo page now has correct CSS variables
4+
- [](https://github.com/patternfly/patternfly-elements/commit/) fix: added px value defaults for accent-bar mixin
45

56
# 1.11.1 (2021-09-03)
67

elements/pfe-sass/mixins/_containers.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
@mixin accent-bar(
8282
$direction: horizontal,
8383
$offset: (
84-
top: 0,
85-
left: 0
84+
top: 0px,
85+
left: 0px
8686
),
8787
$thickness: pfe-var(surface--border-width--heavy),
8888
$color: transparent

0 commit comments

Comments
 (0)