仪表盘
版本库
文件存储
活动
搜索
登录
main
/
label-studio
数据标注工具
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge branch 'develop' of http://git.slooong.com/r/label-studio into develop
chenzhaoyang
2025-12-17
063da0bf961e1d35e25dc107f883f7492f4c5a7c
[label-studio.git]
/
web
/
postcss.config.js
1
2
3
4
5
6
7
module.exports = {
plugins: {
"postcss-import": {},
autoprefixer: {},
tailwindcss: {},
},
};