mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-16 08:29:03 +00:00
7 lines
151 B
CSS
7 lines
151 B
CSS
#div: {
|
|
/* this is a ID rule, and should stay intact */
|
|
}
|
|
%expand [lang=__AB_CD__] {
|
|
/* this selector should match content with lang="ab-X-stuff" */
|
|
}
|