Posts

Showing posts with the label SASS

Bootstrap 4 - A Quick Review

Bootstrap 4 ·          Bootrap is now officially sass-first project. ·          FlexBox for responsiveness, Traditionally Bootstrap’s layout has been powered by float-based styles ·          Besides Bootstrap’s move away from float-based layouts, its responsiveness now also comes with an extra tier. From now on, you’ll be able to customise these five defaults: $grid-breakpoints: ( xs: 0px, sm: 576px, md: 768px, lg: 992px, xl: 1200px /*New Tier Added*/ ) !default; ·          The default web fonts (Helvetica Neue, Helvetica, and Arial) have been dropped in Bootstrap 4 and replaced with a “native font stack” for optimum text rendering on every device and OS $font-family-sans-serif :   // Safari for OS X and iOS (San Francisco)   -apple-system ,   // Chr...