Skip to content

Commit

Permalink
docs(tooltip): update mixin comments
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Sep 18, 2019
1 parent 44f6d2d commit 363fb0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/src/globals/scss/_tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@import 'layer';

// Tooltip
// Definition and Icon CSS only tooltip
// Forces visible state for definition and icon only tooltip
/// @access public
/// @group tooltip
@mixin tooltip--visible() {
Expand All @@ -24,6 +24,7 @@
}
}

/// A mix-in that represents the trigger button of definition and icon only tooltips
/// @param {String} $tooltip-type ['icon'] - The type, from: `icon`, `definition`
/// @param {String} $position ['bottom'] - The position, from: `top`, `right`, `bottom`, `left`
/// @access public
Expand Down

0 comments on commit 363fb0a

Please sign in to comment.