Negative Values
Using Oxyblock Core to use a negative space value.
To add a utility, simply precede the utility with a plus hyphen, for example
ob-{-}translate-x-40
.
Code
<!-- Normal value of 40px -->
<div class="ob-translate-x-40">...</div>
<!-- Negative value of -40px -->
<div class="ob--translate-x-40">...</div>