XF_Index/resources/css/app.css

12 lines
311 B
CSS
Raw Normal View History

2023-05-02 18:05:49 +08:00
/*
* Copyright © 2016 - 2023 筱锋xiao_lfeng. All Rights Reserved.
* 开发开源遵循 MIT 许可若需商用请联系开发者
* https://www.x-lf.com/
*/
2023-06-12 16:12:20 +08:00
@import url("https://npm.akass.cn/bootstrap-icons@1.10.0/font/bootstrap-icons.css");
2023-06-11 14:20:56 +08:00
@tailwind base;
@tailwind components;
@tailwind utilities;