⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.94
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
dalily-1.dev-unit.com
/
config
/
View File Name :
tailwind-merge.php
<?php declare(strict_types=1); return [ /* |-------------------------------------------------------------------------- | Prefix |-------------------------------------------------------------------------- | | If you are using a tailwind prefix, you can specify it here. */ 'prefix' => env('TAILWIND_MERGE_PREFIX', null), /* |-------------------------------------------------------------------------- | Class groups |-------------------------------------------------------------------------- | | If TailwindMerge is not able to merge your changes properly you can | modify the merge process by modifying existing class groups or adding | new class groups. | | For example, if you want to add a custom font size of 'very-large': | 'classGroups' => [ | 'font-size' => [ | ['text' => ['very-large']] | ], | ], */ 'classGroups' => [], /* |-------------------------------------------------------------------------- | Blade directive |-------------------------------------------------------------------------- | | Here you may specify the name of the blade directive that will be used. | Set it to null to entirely disable the blade directive. */ 'blade_directive' => 'twMerge', ];