tailwindcss-all

0.0.2 • Public • Published

tailwindcss-all

TailwindCSS plugin that adds utilities for the all CSS property.

The all shorthand CSS property resets all of an element's properties except unicode-bidi, direction, and CSS Custom Properties.

It can set properties to their initial or inherited values, or to the values specified in another stylesheet origin.

Check the MDN page for examples of the property.

Usage

npm install tailwindcss-all
// tailwind.config.js
module.exports = {
  // ...
  plugins: [
    // ...
    require('tailwindcss-all'),
  ],
};

Utilities

  • all-initial
  • all-inherit
  • all-revert
  • all-unset

References

Readme

Keywords

Package Sidebar

Install

npm i tailwindcss-all

Weekly Downloads

468

Version

0.0.2

License

MIT

Unpacked Size

3.13 kB

Total Files

4

Last publish

Collaborators

  • arthurdenner