PHP Classes

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

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

Contents

Class file image Download
// Lists // Unstyled keeps list items block level, just removes default browser padding and list-style @mixin list-unstyled() { padding-left: 0; list-style: none; }