## Negative 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}](https://tailwindcss.com/docs/upgrade-guide#negative-values-removed) | | `negative` | [-{expression}](https://tailwindcss.com/docs/upgrade-guide#negative-values-removed) |