Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 503 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 503 Bytes

z-index-list

Get a list of z-indexes used in your project.

Currently only z-index or zIndex properties are scanned for in the following file types:

  • .css
  • .html
  • .js
  • .jsx
  • .ts
  • .tsx

Usage

npx z-index-list
pnpm dlx z-index-list
bunx z-index-list
# etc..

Contributing

Feel free to open an issue or fork and pull request to improve this project.

Possible improvements:

  • Add support for more file types
  • Add support for tailwind z-index classes
  • etc..