Skip to content

Commit

Permalink
grid parallax
Browse files Browse the repository at this point in the history
  • Loading branch information
worstinme committed Apr 24, 2016
1 parent f2f0df8 commit 084e931
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions assets/GridParallax.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php

namespace worstinme\uikit\assets;

use yii\web\AssetBundle;

class GridParallax extends AssetBundle
{
public $sourcePath = '@vendor/bower/uikit';

public $css = [

];

public $js = [
'js/components/grid-parallax.min.js',
];

public $depends = [
'worstinme\uikit\UikitAsset',
];
}

0 comments on commit 084e931

Please sign in to comment.