mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
This PR removes `--transition-timing-function-linear` from the default theme in favor of a static `ease-linear` utility. Doesn't make sense for this to be a design token since `linear` can only mean `linear`. This is consistent with how we handle basically every other similar case in the framework. --------- Co-authored-by: Adam Wathan <4323180+adamwathan@users.noreply.github.com>