diff --git a/BootstrapThemeAsset.php b/BootstrapThemeAsset.php new file mode 100644 index 0000000..60747a9 --- /dev/null +++ b/BootstrapThemeAsset.php @@ -0,0 +1,27 @@ + + * @since 2.0 + */ +class BootstrapThemeAsset extends AssetBundle +{ + public $sourcePath = '@bower/bootstrap/dist'; + public $css = [ + 'css/bootstrap-theme.css', + ]; + public $depends = [ + 'yii\bootstrap\BootstrapAsset', + ]; +}