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

css.selectors.root - Problem in Dreamweaver Version 21.4 #23937

Closed
wingcmder opened this issue Jul 23, 2024 · 2 comments
Closed

css.selectors.root - Problem in Dreamweaver Version 21.4 #23937

wingcmder opened this issue Jul 23, 2024 · 2 comments
Labels
invalid Invalid issues or pull requests (wrong repo, spam, duplicates, etc.). This won't get merged. Sorry!

Comments

@wingcmder
Copy link

What type of issue is this?

Incorrect support data (example: BrowserX says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

Maybe there are some issues with Dreamweaver, outdated although I checked for latest updates.

What browsers does this problem apply to, if applicable?

Chromium (Chrome, Edge 79+, Opera, Samsung Internet)

What did you expect to see?

That this code based on the tutorial on Colorful Button exercise were working:
:root {
--font-family: 'Karla', sans-serif;
--body-bg: #1e1f35;
--btn-bg: #000;
--btn-color: #cbcbcb;
--btn-color-hover: #fff;
--grad-color1: #eeaf61;
--grad-color2: #fb9062;
--grad-color3: #ee5d6c;
--grad-color4: #ce4993;
--grad-color5: #6a0d83;
}

Did you test this? If so, how?

Yes, I wrote it into my CSS file, and got an error message from Dreamweaver saying: "Expected RBRACE at line 8, col 2."

If I remove a line and edit it to this:
:root {
-font-family: 'Karla', sans-serif;

etc.
}

it works? I have not found references or any posts on this.

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

No response

Do you have anything more you want to share?

Link to the course on CSS: https://www.youtube.com/watch?v=TzuWIHGFKCQ

MDN URL

https://developer.mozilla.org/en-US/docs/Web/CSS/:root

MDN metadata

MDN page report details
  • Query: css.selectors.root
  • Report started: 2024-07-23T18:52:26.524Z
Copy link

This issue was automatically closed because the title was left as the default, and a summary was not added.

If this is not a spam issue, please replace the <SUMMARIZE THE PROBLEM> part of the title with a short summary of the reported issue, and then post a follow-up comment. A maintainer will review your issue and reopen it if needed.

@github-actions github-actions bot added the invalid Invalid issues or pull requests (wrong repo, spam, duplicates, etc.). This won't get merged. Sorry! label Jul 23, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 23, 2024
@wingcmder wingcmder changed the title css.selectors.root - <SUMMARIZE THE PROBLEM> css.selectors.root - Problem in Dreamweaver Version 21.4 Jul 23, 2024
@queengooborg
Copy link
Contributor

This is definitely a bug in Dreamweaver, it seems it assumes the CSS is invalid when it's actually valid. I would reach out to Adobe support about the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid Invalid issues or pull requests (wrong repo, spam, duplicates, etc.). This won't get merged. Sorry!
Projects
None yet
Development

No branches or pull requests

2 participants