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

support modern rgb notation #199

Closed
lucgagan opened this issue Jun 6, 2023 · 2 comments
Closed

support modern rgb notation #199

lucgagan opened this issue Jun 6, 2023 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Looking for help to reproduce, debug, or open a PR

Comments

@lucgagan
Copy link

lucgagan commented Jun 6, 2023

Your issue may already be reported!
Please search on the issue tracker before creating one.

Expected Behavior

Support modern rgb notation:

background: rgb(5 5 5 / 90%);

Current Behavior

Function rgb is missing argument $green.
@skovy skovy added bug Something isn't working help wanted Looking for help to reproduce, debug, or open a PR good first issue Good for newcomers labels Jun 18, 2023
@skovy
Copy link
Owner

skovy commented Jun 18, 2023

Without any investigation, this is likely due to node-sass/sass not handling this syntax. Do you have any additional configuration to handle this when building these styles?

@skovy
Copy link
Owner

skovy commented Jul 23, 2023

No reproduction, and this seems like a general issue with SASS, nothing to do with this tool: https://twitter.com/eriksen_dk/status/1255442528779800576

@skovy skovy closed this as completed Jul 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Looking for help to reproduce, debug, or open a PR
Projects
None yet
Development

No branches or pull requests

2 participants