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

Issue with Hex Colors with Alpha (#RRGGBBAA) in SCSS Files #182

Open
samex opened this issue Nov 25, 2024 · 0 comments
Open

Issue with Hex Colors with Alpha (#RRGGBBAA) in SCSS Files #182

samex opened this issue Nov 25, 2024 · 0 comments

Comments

@samex
Copy link

samex commented Nov 25, 2024

Hey,
I am encountering an issue with the plugin where hex colors with alpha values in the format #RRGGBBAA (e.g., #7d9917e0) are ignored during compilation. These colors are not processed or output in the compiled CSS file, which causes inconsistencies and breaks styles that depend on these colors.

Steps to Reproduce:

  1. Add a hex color with alpha, like #7d9917e0, to an SCSS file.
.example {
    background-color: #7d9917e0;
}
  1. Compile the SCSS file using the plugin.
  2. Check the output CSS file.

Expected Behavior: The hex color with alpha (#7d9917e0) should be compiled and present in the output CSS file.

Actual Behavior: The hex color with alpha is completely ignored and does not appear in the output file.

Environment:

Extension Version: v2.3.53
Operating system: linux
Editor: VSCodium

Is there a workaround or a fix available for this issue? If not, could support for the #RRGGBBAA hex format be added?

Thank you for your assistance!

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