12 lines
144 B
CSS
12 lines
144 B
CSS
.rule1 {
|
|
background: url( 'local/test1' );
|
|
}
|
|
|
|
.rule2 {
|
|
background: url( 'global/test2' );
|
|
}
|
|
|
|
.rule3 {
|
|
background: url( 'test3' );
|
|
}
|