responsive-bootstrap-toolkit
responsive-bootstrap-toolkit copied to clipboard
Responsive Bootstrap Toolkit allows for easy breakpoint detection in JavaScript
Results
2
responsive-bootstrap-toolkit issues
Sort by
recently updated
recently updated
newest added
Bootstrap4
14
Fix for bootstrap v4: ``` bootstrap: { 'xs': $('xs'), 'sm': $('sm'), 'md': $('md'), 'lg': $('lg'), 'xl': $('xl') } ``` If you have better way please let us now. thanks