Files
MaaAssistantArknights/website/apps/web/tailwind.config.js
Alisa c2bd0133ba refactor: 合并 MAA Website 仓库 (#8886)
* chore: migrate maa website

* ci: change docs build test to website build test

* fix: rename artifact name to dist

* ci: add workflow to deploy website to azure
2024-04-24 09:31:52 +08:00

13 lines
214 B
JavaScript

module.exports = {
mode: 'jit',
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
extend: {
transitionDuration: {
DEFAULT: '150ms',
},
},
},
plugins: [],
}