Update and rename BootstrapIconAsset to BootstrapIconAsset.php
This commit is contained in:
parent
f305113978
commit
26c001763d
@ -1 +0,0 @@
|
|||||||
|
|
13
src/BootstrapIconAsset.php
Normal file
13
src/BootstrapIconAsset.php
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace app\assets;
|
||||||
|
|
||||||
|
class IconsBs5Asset extends \yii\web\AssetBundle
|
||||||
|
{
|
||||||
|
public $sourcePath = '@vendor/twbs/bootstrap-icons/font';
|
||||||
|
|
||||||
|
public $css = [
|
||||||
|
'bootstrap-icons.css'
|
||||||
|
];
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user