binaryfire/filament-vite-dev-fix
最新稳定版本:v0.2
Composer 安装命令:
composer require binaryfire/filament-vite-dev-fix
包简介
Fix for Filament v4 Vite dev server styling issues
关键字:
README 文档
README
A temporary fix for Filament v4's Vite dev server styling issues.
The Problem
When running Filament v4 with Vite's dev server (npm run dev), some button styles don't render properly. This is due to CSS selectors using + & not being processed correctly by Vite (despite the fact that it handles them fine for builds).
Original issue: filamentphp/filament#16257
Installation
composer require binaryfire/filament-vite-dev-fix --dev
The package loads a stylesheet with CSS overrides to fix the issues. The stylesheet is only loaded in non-production environments.
Requirements
- Filament v4
Contributing
If you find any additional styling issues when running Vite's dev server, please feel free to submit a PR with the fixes.
统计信息
- 总下载量: 183
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-07-07