MudGuard: Frage zum Wiki-Artikel „Whitespace“

Beitrag lesen

problematische Seite

Hi,

ul.inline li {
	display: inline;
	inline-size: fit-content;
	padding: 0;
	margin: 0;
	&:not(:last-child):after {
		display: inline;
		content: ",";
		margin-inline-end: 0.75ch;
	}
}

ist das Code für einen CSS-Preprocessor?

Oder ist das &... neue CSS-Syntax, von der ich bisher nix weiß? Wenn ja, wo kann ich was dazu nachlesen?

cu,
Andreas a/k/a MudGuard