source: Dev/trunk/src/client/util/less/test/css/mixins-named-args.css

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 356 bytes
Line 
1.named-arg {
2  color: blue;
3  width: 5px;
4  height: 99%;
5  args: 1px 100%;
6  text-align: center;
7}
8.class {
9  width: 5px;
10  height: 19%;
11  args: 1px 20%;
12}
13.all-args-wrong-args {
14  width: 10px;
15  height: 9%;
16  args: 2px 10%;
17}
18.named-args2 {
19  width: 15px;
20  height: 49%;
21  color: #646464;
22}
23.named-args3 {
24  width: 5px;
25  height: 29%;
26  color: #123456;
27}
Note: See TracBrowser for help on using the repository browser.