Utilities and Helpers Useful classes for common problems
The utilities provided with mini.css aim to solve common problems and allow ease of use whenever possible. Some of them are showcased below:
Generic border (using black outline and opacity of 0.25), Radial border style 1 & 2 .
You can also use the .hidden
class to hide any element you want or the .visually-hidden
class for elements that need to be invisible to users but exist in the accessibility tree, set float
s to left or right using the .float-left
and .float-right
classes or clear float
s using the .clearfix
class, which implements the micro clearfix by Nicolas Gallagher. Finally, use the .center-block
class to make an element center and display as a block.