mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-14 02:20:53 +08:00
【同步】前端项目源码
【修复】工作流兼容问题
This commit is contained in:
8
frontend/apps/allin-ssl/tailwind.config.js
Normal file
8
frontend/apps/allin-ssl/tailwind.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ['./src/**/*.{html,css,tsx,js,ts,jsx,vue}'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user