/
githubmirror
/
arthas
Обзор
Документация
Войти
/
githubmirror
/
arthas
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
web-ui/arthasWebConsole/tailwind.config.js
23 строки
459 B
xudaotutou
chore(web ui):ref tunnel modules (#2331)
04 ноя 2022, 05:40
Не верифицирован
04 ноя 2022, 05:40
b252ca2
Код
Авторство
О чём код?
/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "all/**/*.{vue,ts,css}", ], theme: { extend: { keyframes: { }, animation: { 'spin-rev-pause':'0.3s linear 0s infinite reverse both pause spin', 'spin-rev-running':'0.3s linear 0s infinite reverse both running spin' }, }, daisyui: { themes: ["corporate"], }, }, plugins: [ require("daisyui") ], }