Futureman Digital's in-house Tailwind CSS plugin that provides utilities to create clamp-based responsive styles. Avoid lengthy clamp equations and instead create fluid designs with helpful inline shorthand.
Usage Example
//scale padding from 1rem -> 2rem
//scale top margin from 10px -> 20px
//scale font size from 24px -> 36px and line height from 150% -> 120%
<div class="p-c-[1rem,2rem] mt-c-[10px,20px] text-c-[24px,36px,1.5,1.2]">
Responsive element with fluid scaling padding, margin, and font-size.
</div>Installation/Documentation : https://www.npmjs.com/package/futureman-tailwind-clamp-plugin