12 lines
141 B
CSS
12 lines
141 B
CSS
.rule1 {
|
|
background: url( 'local/test' );
|
|
}
|
|
|
|
.rule2 {
|
|
background: url( 'global/test' );
|
|
}
|
|
|
|
.rule3 {
|
|
background: url( 'test' );
|
|
}
|