Commit 786e4c64 by Carsten Brandt

Merge pull request #6235 from niekoost/patch-2

Improved comment about the meaning of "lte IE9"
parents 33955a9e 15a1dd8a
...@@ -146,7 +146,7 @@ they are called by the [view](structure-views.md) to include CSS and JavaScript ...@@ -146,7 +146,7 @@ they are called by the [view](structure-views.md) to include CSS and JavaScript
use different options for different files, you should create separate asset bundles, and use one set of options use different options for different files, you should create separate asset bundles, and use one set of options
in each bundle. in each bundle.
For example, to conditionally include a CSS file for browsers that are IE9 or above, you can use the following option: For example, to conditionally include a CSS file for browsers that are IE9 or below, you can use the following option:
```php ```php
public $cssOptions = ['condition' => 'lte IE9']; public $cssOptions = ['condition' => 'lte IE9'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment