You can pass any value to the neg
or negative
function and it will prefix that value with -
.
For example: neg(top_4)
returns "-top-4"
.
TailwindJS token | TailwindCSS token |
---|---|
neg |
-{expression} |
negative |
-{expression} |
You can pass any value to the neg
or negative
function and it will prefix that value with -
.
For example: neg(top_4)
returns "-top-4"
.
TailwindJS token | TailwindCSS token |
---|---|
neg |
-{expression} |
negative |
-{expression} |