Projet

Général

Profil

Development #25297

Supprimer les @extend ciblant des sélecteurs de classes

Ajouté par Anonyme il y a presque 6 ans. Mis à jour il y a environ 4 ans.

Statut:
Fermé
Priorité:
Normal
Assigné à:
-
Version cible:
-
Début:
16 juillet 2018
Echéance:
% réalisé:

0%

Temps estimé:
Patch proposed:
Oui
Planning:
Non

Description

Parce que :

DEPRECATION WARNING on line 274 of static/includes/_misc.scss:
Extending a compound selector, div.errornotice, is deprecated and will not be supported in a future release.                                                                                      
See https://github.com/sass/sass/issues/1599 for details.

DEPRECATION WARNING on line 17 of static/includes/_library.scss:
Extending a compound selector, button.ui-button, is deprecated and will not be supported in a future release.                                                                                     
See https://github.com/sass/sass/issues/1599 for details.

DEPRECATION WARNING on line 25 of static/includes/_library.scss:
Extending a compound selector, a.pk-button, is deprecated and will not be supported in a future release.                                                                                          
See https://github.com/sass/sass/issues/1599 for details.


Fichiers

Révisions associées

Révision c293e97a (diff)
Ajouté par Frédéric Péters il y a environ 4 ans

scss: use mixin to style notification messages (#25297)

This also allows replacing compound selector by a simple %extend, as
required for sassc ≥ 3.6.1.

Révision e37cf812 (diff)
Ajouté par Frédéric Péters il y a environ 4 ans

scss: replace budget-table compound selector by a simple one (#25297)

required for sassc ≥ 3.6.1

Révision e328ece6 (diff)
Ajouté par Frédéric Péters il y a environ 4 ans

scss: replace block compound selector by a simple one (#25297)

required for sassc ≥ 3.6.1

Révision 8418ca6e (diff)
Ajouté par Frédéric Péters il y a environ 4 ans

scss: replace pk-button compound selector by a simple one (#25297)

required for sassc ≥ 3.6.1

Révision a1407017 (diff)
Ajouté par Frédéric Péters il y a environ 4 ans

fondettes: replace compound selector by a simple one (#25297)

required for sassc ≥ 3.6.1

Révision b1d5ce99 (diff)
Ajouté par Frédéric Péters il y a environ 4 ans

tournai: replace compound selector by a simple one (#25297)

Révision 16a33568 (diff)
Ajouté par Frédéric Péters il y a environ 4 ans

toodego: replace compound selector by a simple one (#25297)

Historique

#1

Mis à jour par Frédéric Péters il y a environ 4 ans

3.6.1 est désormais dans sid et on se retrouve avec ça,

WARNING on line 313, column 11 of .../static/tournai/_custom.scss:
Compound selectors may no longer be extended.
Consider `@extend input, [type=submit]` instead.
See http://bit.ly/ExtendCompound for details.
#3

Mis à jour par Thomas Jund (congés, retour le 29/04) il y a environ 4 ans

  • Statut changé de Solution proposée à Solution validée

Ça me parait bon, tout ce qui permet de simplifier les sélecteurs est une bonne chose :)

#4

Mis à jour par Frédéric Péters il y a environ 4 ans

  • Statut changé de Solution validée à Résolu (à déployer)
commit 16a335684b4fedd25f578809b85ce48e9558bd99
Author: Frédéric Péters <fpeters@entrouvert.com>
Date:   Sat Feb 29 13:44:38 2020 +0100

    toodego: replace compound selector by a simple one (#25297)

commit b1d5ce993acf839c52bd546278aabbb08a49e00a
Author: Frédéric Péters <fpeters@entrouvert.com>
Date:   Sat Feb 29 13:39:02 2020 +0100

    tournai: replace compound selector by a simple one (#25297)

commit a14070177e0b4a014748956ce77de4513b699f56
Author: Frédéric Péters <fpeters@entrouvert.com>
Date:   Sat Feb 29 13:38:08 2020 +0100

    fondettes: replace compound selector by a simple one (#25297)

    required for sassc ≥ 3.6.1

commit 8418ca6e7bd0c1a223d5484dff1c942c9a191d60
Author: Frédéric Péters <fpeters@entrouvert.com>
Date:   Sat Feb 29 13:29:39 2020 +0100

    scss: replace pk-button compound selector by a simple one (#25297)

    required for sassc ≥ 3.6.1

commit e328ece6f41915c8fb1c6650d47aa440a17dff20
Author: Frédéric Péters <fpeters@entrouvert.com>
Date:   Sat Feb 29 13:26:33 2020 +0100

    scss: replace block compound selector by a simple one (#25297)

    required for sassc ≥ 3.6.1

commit e37cf812b541e600e9d917f6ebebd3ce7068ad64
Author: Frédéric Péters <fpeters@entrouvert.com>
Date:   Sat Feb 29 13:22:00 2020 +0100

    scss: replace budget-table compound selector by a simple one (#25297)

    required for sassc ≥ 3.6.1

commit c293e97abbbe6eada62ced5b7c4605580ae52d34
Author: Frédéric Péters <fpeters@entrouvert.com>
Date:   Sat Feb 29 13:20:27 2020 +0100

    scss: use mixin to style notification messages (#25297)

    This also allows replacing compound selector by a simple %extend, as
    required for sassc ≥ 3.6.1.
#5

Mis à jour par Frédéric Péters il y a environ 4 ans

  • Statut changé de Résolu (à déployer) à Solution déployée

Formats disponibles : Atom PDF