Tailwind CSS Fluid Scaling Plugin

Spacing

space

space

Utilities for controlling the space between elements.

Space Y

Use space-y-fluid-[breakpoints] utility to set the vertical space between elements.

01

02

03

04

JSX
<div className="space-y-fluid-[14px,24px] ...">
<div>01</div>
<div>02</div>
<div>03</div>
<div>04</div>
</div>

Space X

Use space-x-fluid-[breakpoints] utility to set the horizontal space between elements.

01

02

03

04

JSX
<div className="space-x-fluid-[14px,24px] ...">
<div>01</div>
<div>02</div>
<div>03</div>
<div>04</div>
</div>
Visit our website

© Gladeye 2026