Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
15a1dd8a
Commit
15a1dd8a
authored
Nov 25, 2014
by
Niek Oost
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved comment about the meaning of "lte IE9"
"lte IE9" means IE9 or below, not above
parent
33955a9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
structure-assets.md
docs/guide/structure-assets.md
+1
-1
No files found.
docs/guide/structure-assets.md
View file @
15a1dd8a
...
...
@@ -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
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
public
$cssOptions
=
[
'condition'
=>
'lte IE9'
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment