mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 17:03:07 +09:00
20 lines
362 B
CSS
20 lines
362 B
CSS
|
|
/* This should match in page 1, 2 and 3 */
|
||
|
|
.sheetC-test1 {
|
||
|
|
color: #0C1;
|
||
|
|
}
|
||
|
|
/* This should not match anywhere */
|
||
|
|
.sheetC-test2 {
|
||
|
|
color: #0C2;
|
||
|
|
}
|
||
|
|
/* This should match in page 1 only */
|
||
|
|
.sheetC-test3 {
|
||
|
|
color: #0C3;
|
||
|
|
}
|
||
|
|
/* This should match in page 2 only */
|
||
|
|
.sheetC-test4 {
|
||
|
|
color: #0C4;
|
||
|
|
}
|
||
|
|
/* This should match in page 3 only */
|
||
|
|
.sheetC-test5 {
|
||
|
|
color: #0C5;
|
||
|
|
}
|