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

How add symbol % #10

Open
Fabszn opened this issue May 20, 2022 · 2 comments
Open

How add symbol % #10

Fabszn opened this issue May 20, 2022 · 2 comments

Comments

@Fabszn
Copy link

Fabszn commented May 20, 2022

How add '%' symbol behing percentage value ?

I saw in first example that value at center of circle is equals to '55%'.

Thanks in advance

@eincipientinfo
Copy link

Hey Did you find the solution?

@samculo
Copy link

samculo commented Aug 16, 2022

<style lang="scss">
    .current-counter {
        &::after {
            content: "%";
        }
    }
</style>

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