UNPKG

maz-ui

Version:

A standalone components library for Vue.Js 3 & Nuxt.Js 3

17 lines (15 loc) 295 B
import type { ThemeConfig } from 'tailwindcss/types/config' export const zIndex = { '1': '1', '2': '2', '3': '3', '4': '4', '5': '5', '15': '15', '25': '25', '35': '35', '45': '45', '75': '75', '100': '100', 'default-backdrop': '1050', } satisfies ThemeConfig['zIndex']