responsive-bootstrap-toolkit icon indicating copy to clipboard operation
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

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