mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-22 23:41:43 +01:00
9 lines
119 B
PHP
9 lines
119 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
/**
|
||
|
* Options: tailwind | bootstrap-4 | bootstrap-5.
|
||
|
*/
|
||
|
'theme' => 'bootstrap-5',
|
||
|
];
|