UNPKG

withfront

Version:

Tools for frontend development especially with Bootstrap 3.x and jQuery 3.x also FontAwesome, jsCookie and more

8 lines 317 B
/** * I wont to follow Bootstrap 4 philosophy that add rules first for mobile browsers and after adjust things in desktop with @mediaquery that goes up to * So this xs is not needed * 1 - Responsive tools ONLY for `xs` */ @media (max-width: 767px) { .text-center-xs { text-align: center !important; } }