Update and rename BootstrapIconAsset to BootstrapIconAsset.php

This commit is contained in:
Kirill Petrov 2021-12-16 20:08:08 +04:00 committed by GitHub
parent f305113978
commit 26c001763d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View File

@ -1 +0,0 @@

View 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'
];
}