TailwindCSS plugin that adds utilities for the all
CSS property, a shorthand for resetting all CSS properties except for direction
and unicode-bidi
.
Check the MDN page for examples of the property.
npm install tailwindcss-plugin-all
// tailwind.config.js module.exports = { // ... plugins: [ // ... require('tailwindcss-all'), ], };
all-initial
all-inherit
all-revert
all-unset