PHP Classes

File: public/vendors/bootstrap/scss/utilities/_float.scss

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Devs Hunt   public/vendors/bootstrap/scss/utilities/_float.scss   Download  
File: public/vendors/bootstrap/scss/utilities/_float.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Devs Hunt
Manage courses and student enrolment
Author: By
Last change:
Date: 1 month ago
Size: 376 bytes
 

Contents

Class file image Download
// stylelint-disable declaration-no-important @each $breakpoint in map-keys($grid-breakpoints) { @include media-breakpoint-up($breakpoint) { $infix: breakpoint-infix($breakpoint, $grid-breakpoints); .float#{$infix}-left { float: left !important; } .float#{$infix}-right { float: right !important; } .float#{$infix}-none { float: none !important; } } }