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

Fix css scope adder function #1726

Merged
merged 2 commits into from
Jan 1, 2025
Merged

Conversation

Kuuuube
Copy link
Member

@Kuuuube Kuuuube commented Jan 1, 2025

Fixes #1500

CSS does not need any regex or replacing to add scope to a whole block. Just nesting it in another selector is much more straightforward and shouldn't break.

@Kuuuube Kuuuube added kind/bug The issue or PR is regarding a bug area/ui-ux The issue or PR is related to UI/UX/Design area/anki The issue or PR is related to Anki integration labels Jan 1, 2025
@Kuuuube Kuuuube requested a review from a team as a code owner January 1, 2025 00:40
@Casheeew Casheeew added this pull request to the merge queue Jan 1, 2025
Merged via the queue into yomidevs:master with commit c80b4d5 Jan 1, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/anki The issue or PR is related to Anki integration area/ui-ux The issue or PR is related to UI/UX/Design kind/bug The issue or PR is regarding a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dictionary styles with commas in styles.css file are mangled on import
2 participants