Skew
v1.2.0+
Utilities for skewing elements with transform.
Skew an element by first enabling transforms with the utility, then specifying the skew angle using the skew-x-{amount}
and skew-y-{amount}
utilities.
Note that because Tailwind implements transforms using CSS custom properties, the transform utilities are not supported in older browsers like IE11. If you need transforms for your project and need to support older browsers, or other custom CSS.
To control the skew of an element at a specific breakpoint, add a {screen}:
prefix to any existing skew utility. For example, use to apply the skew-6
utility at only medium screen sizes and above.
For more information about Tailwind’s responsive design features, check out the Responsive Design documentation.
all
sm
md
lg
xl
By default Tailwind provides seven general purpose skew utilities. You change, add, or remove these by customizing the skew
section of your Tailwind theme config.
Learn more about customizing the default theme in the .
By default, only responsive, hover and focus variants are generated for skew utilities.
You can control which variants are generated for the skew utilities by modifying the skew
property in the section of your tailwind.config.js
file.
For example, this config will also generate active and group-hover variants: