We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3e667 commit 73c1f09Copy full SHA for 73c1f09
packages/utilities/src/utilities/sameheight/sameHeight.js
@@ -16,6 +16,7 @@ import { baseFontSize, breakpoints } from '@carbon/layout';
16
* sameheight(ElementArray, 'md');
17
*
18
* if you want the utility to refresh the sizes as you resize the screen, consider using a listener:
19
+ *
20
* window.addEventListener('resize', function() {
21
* window.requestAnimationFrame(function() {
22
0 commit comments