chore (scss): replace all deprecated rules in latest dart sass changes#432
Merged
firestar300 merged 7 commits intomasterfrom Jun 2, 2025
Merged
chore (scss): replace all deprecated rules in latest dart sass changes#432firestar300 merged 7 commits intomasterfrom
firestar300 merged 7 commits intomasterfrom
Conversation
165faac to
e457c5f
Compare
Contributor
|
To be continued @firestar300 |
n-langle
reviewed
Nov 19, 2024
922949c to
41abb49
Compare
Contributor
|
NOTE : nouvelle syntaxe d'usage des fonctions liées à l'utilisation des use plutôt que des imports |
Contributor
|
@n-langle a tester |
Contributor
|
creuser le fait d'avoir un namespace global (nico) ? |
Contributor
|
créer un autoload (comme our le php) pour s'éviter le côté verbeux ? (rémi) |
Contributor
|
@firestar300 Pour info, on peut utiliser le "*" pour s'épargner le côté verbeux : @use "00-variables/config" as *;
$entry-file-name: "editor"; |
Contributor
|
EDIT 07.04 : todo @firestar300 : appliquer la reco de @n-langle |
949dd01 to
42ee673
Compare
0ff2c5b to
8c84f07
Compare
francoistibo
previously approved these changes
Jun 2, 2025
cedric07
requested changes
Jun 2, 2025
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.
cedric07
approved these changes
Jun 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cette PR vise à corriger les warning émis lors de la compilation du style.
@importpar 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