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

Suggestion for Enhancing CSS Variable System Integration #11247

Open
EKotb456 opened this issue Nov 20, 2024 · 0 comments
Open

Suggestion for Enhancing CSS Variable System Integration #11247

EKotb456 opened this issue Nov 20, 2024 · 0 comments

Comments

@EKotb456
Copy link

EKotb456 commented Nov 20, 2024

Dear Mr/Maam;
I am new to Github;
I am aware that this field is designated for reporting issues, and I apologize for any inconvenience this may cause
I would be grateful if you could consider incorporating the new variable system syntax of CSS. As a group of web developers, we believe that integrating this SCSS variable system as a CSS feature:

$color: red; .test { $background: white; color: $color, black; background-color: $background, white; }

This change would greatly simplify our programming tasks and enhance efficiency compared to the current approach. I hope this change will be beneficial to all programmers in the world.

:root { --color: red; } .test { --background: black; color: var(--color, black); background-color: var(--background, white); }

Furthermore, the lengthy process of compiling SCSS to CSS significantly impacts our productivity.
I sincerely appreciate your great efforts and the assistance you have provided to us, and I would like to extend my heartfelt thanks.
Yours,
Kotb456;

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

No branches or pull requests

1 participant