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

::marker pseudo element isn't supported #196

Open
mneise opened this issue Mar 25, 2022 · 2 comments
Open

::marker pseudo element isn't supported #196

mneise opened this issue Mar 25, 2022 · 2 comments

Comments

@mneise
Copy link

mneise commented Mar 25, 2022

It seems that the ::marker pseudo element isn't supported. Happy to submit a PR for this, but first wanted to double check if there are any specific reasons why this isn't supported?

@harold
Copy link
Collaborator

harold commented May 26, 2022

Interesting.

Possible workaround in the meantime:

user=> (require 'garden.core)
nil
user=> (println (garden.core/css ["li::marker" {:color :red}]))
li::marker {
  color: red;
}

I'd be interested to see the PR (esp. if it included a test)... I don't currently see how to render the garden.selectors pseudoelements.

@ZehCnaS34
Copy link
Contributor

ZehCnaS34 commented May 11, 2023

PR #202 was merged

marker should be available is you reference the commit in deps

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

3 participants