Skip to content

stevereich/microset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Microset CSS

A simple set of micro padding and margin css classes for tight UI and layout control.

Example Usage

Include the microset class to activate the margin and/or padding classes. The format is as follows:

.[property]-[direction (leave blank for all)]-[amount]

  • Class .m-t-3 is margin-top:3px
  • Class .p-b-13 is padding-bottom:13px
  • Class .br-6 is border-radius:6px
  • Class .microset must be included in element
<div id="#myElement" class="microset m-t-3 p-b-13 br-6">...</div>

About

Micro padding and margin css classes for tight UI and layouts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages