distortedfusion/blade-colors
最新稳定版本:2.0.3
Composer 安装命令:
composer require distortedfusion/blade-colors
包简介
CSS variable color management.
README 文档
README
<?php use DistortedFusion\BladeColors\Facades\BladeColor; BladeColor::register(['brand' => [ 'primary' => '#000000', 'secondary' => '#eaeaea', ]]); ?> <!-- Applied directly using a CSS variable --> <div class="bg-[rgb(var(--brand-primary))]"></div>
Documentation
You will find full documentation on the dedicated documentation site.
Testing
To run the tests, run the following command from the project folder:
composer test
Security
If you discover a security vulnerability within this package, please send an e-mail to Kevin Dierkx via kevin@distortedfusion.com. All security vulnerabilities will be promptly addressed.
Contributing
Contributions are welcome and will be fully credited. Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 3.32k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-07-09