Skip to content

Commit 840f419

Browse files
authored
Merge pull request #106 from 7ninjas/htofix/triangle-fix
Triangle mixin fixes
2 parents a43db1a + db38ac7 commit 840f419

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
55
:bug: Fixed:
66
- [Issue #98](https://github.com/7ninjas/scss-mixins/issues/98) included `border-radius` mixins
77
- [Issue #100](https://github.com/7ninjas/scss-mixins/issues/100), [Issue #101](https://github.com/7ninjas/scss-mixins/issues/101) changed `$gutter` variable
8+
- [Issue #102](https://github.com/7ninjas/scss-mixins/issues/102) updated triangle mixin
89
- [Issue #103](https://github.com/7ninjas/scss-mixins/issues/103) Updated description of `mixin @font-face` usage along with `css-modules`
910

1011
## [v1.0.0] - 2018-04-12

src/_shapes.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import 'positioning';
22

33
@mixin triangle($color, $direction, $size: 6px, $position: absolute, $round: false) {
4-
@include pseudo($pos: $position);
4+
@include pseudo($display: $position);
55

66
height: 0;
77
width: 0;

0 commit comments

Comments
 (0)