Projet

Général

Profil

0005-fondettes-replace-compound-selector-by-a-simple-one-.patch

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

Télécharger (864 octets)

Voir les différences:

Subject: [PATCH 5/7] fondettes: replace compound selector by a simple one
 (#25297)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

required for sassc ≥ 3.6.1
 static/fondettes/_custom.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
static/fondettes/_custom.scss
68 68
}
69 69

  
70 70
div.linkcell div.links-list ul > li > a {
71
	@extend input[type=submit];
71
	@extend %button;
72 72
	text-align: center;
73 73
	display: block;
74 74
	margin: 0 auto;
75
-