PHP Classes

File: public/vendors/bootstrap/scss/mixins/_clearfix.scss

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Devs Hunt   public/vendors/bootstrap/scss/mixins/_clearfix.scss   Download  
File: public/vendors/bootstrap/scss/mixins/_clearfix.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: 93 bytes
 

Contents

Class file image Download
@mixin clearfix() { &::after { display: block; clear: both; content: ""; } }