CSS utility helpers are simply a pre-compiled set of CSS classes for common style fixes which you could use inline on html elements. the library includes the SCSS mixins for the same as-well, if you prefer to compile them directly on your project.
- ⚡️ Margin [
1px...40px,auto] - ⚡️ Padding [
1px...40px,auto] - ⚡️ Display [
none,inline,inline-block,block,table,table-row,table-cell,flex,inline-flex,grid] - ⚡️ Font Weight [
regular: 400,medium: 500,semi-bold: 600,bold: 700,black: 800] - More to be added...
npm i css-helper-utils --save
yarn add css-helper-utils
<link rel="stylesheet" href="http://unpkg.com/css-helper-utils@0.1.10/css/css-utility-helpers.css">