commit | 02e716db64ec24701854da390a6196a74d426ef7 | [log] [tgz] |
---|---|---|
author | ybt <1011265301@qq.com> | Tue Apr 15 17:19:32 2025 +0800 |
committer | ybt <22301106@bjtu.edu.cn> | Tue May 06 18:13:53 2025 +0800 |
tree | 49c7653271ae176bc7fc14cc33028b04527f8489 | |
parent | f56f401fa4e568c293ea8b9ccc866da385507cb1 [diff] [blame] |
添加了相关测试文件,引入Tailwindcss Change-Id: I12054143571bb688590af0357125a0ed26ff2050
diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..2e7af2b --- /dev/null +++ b/postcss.config.js
@@ -0,0 +1,6 @@ +export default { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +}