XF_Index/resources/css/app.css
XiaoLFeng 9489402bfd AddFeature: 添加日期选择器
添加日期时间选择器

修改:
- app.css
- webpack.mix.js
- package.json
- package-lock.json
新增:
- datepicker.js

Signed-off-by: XiaoLFeng <gm@x-lf.cn>
2023-07-24 13:11:53 +08:00

12 lines
311 B
CSS

/*
* Copyright © 2016 - 2023 筱锋xiao_lfeng. All Rights Reserved.
* 开发开源遵循 MIT 许可,若需商用请联系开发者
* https://www.x-lf.com/
*/
@import url("https://npm.akass.cn/bootstrap-icons@1.10.0/font/bootstrap-icons.css");
@tailwind base;
@tailwind components;
@tailwind utilities;