Skip to content

Commit 302abbf

Browse files
committed
refactor(CContainer): remove unused breakpoint prop
1 parent e4be25d commit 302abbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/grid/CContainer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import PropTypes from 'prop-types'
33
import classNames from 'classnames'
44

55
export interface CContainerProps extends HTMLAttributes<HTMLDivElement> {
6-
breakpoint?: 'sm' | 'md' | 'lg' | 'xl' | 'xxl'
76
/**
87
* A string of all className you want applied to the base component. [docs]
98
*/

0 commit comments

Comments
 (0)