Commit 15a1dd8a by Niek Oost

Improved comment about the meaning of "lte IE9"

"lte IE9" means IE9 or below, not above
parent 33955a9e
...@@ -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