Skip to content

arthurdenner/tailwindcss-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tailwindcss-all

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.

Usage

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

Utilities

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

References

About

TailwindCSS plugin that adds utilities for the `all` CSS property

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published