Skip to content

Commit

Permalink
docs(triangle): Update triangle docs
Browse files Browse the repository at this point in the history
Remove reference to only being able to use numbers and px values with triangle.
  • Loading branch information
bhough committed Mar 30, 2019
1 parent 2bbd7b3 commit 70585af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/triangle.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const getBorderColor = (
}

/**
* CSS to represent triangle with any pointing direction with an optional background color. Accepts number or px values for height and width.
* CSS to represent triangle with any pointing direction with an optional background color.
*
* @example
* // Styles as object usage
Expand Down

0 comments on commit 70585af

Please sign in to comment.