Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore (scss): replace all deprecated rules in latest dart sass changes #432

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

firestar300
Copy link
Contributor

@firestar300 firestar300 commented Nov 5, 2024

Cette PR vise à corriger les warning émis lors de la compilation du style.

TODO

  • Trouver une astuce pour gérer la variable $entry-file-name
  • Vérifier le bon fonctionnement des styles

@firestar300 firestar300 force-pushed the chore/update-sass-deprecations-rules branch from 165faac to e457c5f Compare November 5, 2024 14:24
@francoistibo
Copy link
Contributor

To be continued @firestar300

@firestar300 firestar300 force-pushed the chore/update-sass-deprecations-rules branch from 922949c to 41abb49 Compare March 7, 2025 15:16
@firestar300 firestar300 marked this pull request as ready for review March 7, 2025 15:16
@francoistibo
Copy link
Contributor

NOTE : nouvelle syntaxe d'usage des fonctions liées à l'utilisation des use plutôt que des imports

@francoistibo
Copy link
Contributor

@n-langle a tester

@francoistibo
Copy link
Contributor

francoistibo commented Mar 10, 2025

creuser le fait d'avoir un namespace global (nico) ?

@francoistibo
Copy link
Contributor

créer un autoload (comme our le php) pour s'éviter le côté verbeux ? (rémi)

@n-langle
Copy link
Contributor

@firestar300 Pour info, on peut utiliser le "*" pour s'épargner le côté verbeux :

@use "00-variables/config" as *;

$entry-file-name: "editor";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants