6 lines
151 B
CSS
6 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" */
|
|
}
|