-
Notifications
You must be signed in to change notification settings - Fork 18
chore (scss): replace all deprecated rules in latest dart sass changes #432
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
Conversation
165faac
to
e457c5f
Compare
To be continued @firestar300 |
922949c
to
41abb49
Compare
NOTE : nouvelle syntaxe d'usage des fonctions liées à l'utilisation des use plutôt que des imports |
@n-langle a tester |
creuser le fait d'avoir un namespace global (nico) ? |
créer un autoload (comme our le php) pour s'éviter le côté verbeux ? (rémi) |
@firestar300 Pour info, on peut utiliser le "*" pour s'épargner le côté verbeux : @use "00-variables/config" as *;
$entry-file-name: "editor"; |
EDIT 07.04 : todo @firestar300 : appliquer la reco de @n-langle |
949dd01
to
42ee673
Compare
0ff2c5b
to
8c84f07
Compare
Removes specific styling rules applied only within the Gutenberg editor for ACF and BEAPI blocks. These styles were causing inconsistencies between the editor and the front-end display.
Cette PR vise à corriger les warning émis lors de la compilation du style.
@import
par des@use
: https://sass-lang.com/documentation/breaking-changes/import/color.red()
,color.green()
etcolor.blue()
parcolor.channel()
: https://sass-lang.com/d/color-functionsTODO
$entry-file-name