Projet

Général

Profil

0006-tournai-replace-compound-selector-by-a-simple-one-25.patch

Frédéric Péters, 01 mars 2020 10:04

Télécharger (690 octets)

Voir les différences:

Subject: [PATCH 6/7] tournai: replace compound selector by a simple one
 (#25297)

 static/tournai/_custom.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
static/tournai/_custom.scss
310 310
		font-weight: 500;
311 311
	}
312 312
	a.button {
313
		@extend input[type=submit];
313
		@extend %button;
314 314
		margin-left: 2em;
315 315
	}
316 316
}
317
-