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

Do better at preserving comments #26

Open
bartveneman opened this issue Jan 3, 2024 · 3 comments · May be fixed by #106
Open

Do better at preserving comments #26

bartveneman opened this issue Jan 3, 2024 · 3 comments · May be fixed by #106

Comments

@bartveneman
Copy link
Member

A lot of comments get lost in formatting, but I want them preserved.

@bartveneman
Copy link
Member Author

Geez would have been nice to write down some examples

@bartveneman
Copy link
Member Author

examples from lenteveld.nl

.spotlight .button {
    --background-color: var(--root-color--primary);
    --border-top-color: var(--root-color--primary);
    --border-right-color: var(--root-color--primary);
    --border-bottom-color: var(--root-color--primary);
    --border-left-color: var(--root-color--primary);
    /*--border-radius: var(--root-border-radius);*/
    /*--border-style: solid;*/
    /*--border-top-width: var(--root-border-width);*/
    /*--border-right-width: var(--root-border-width);*/
    /*--border-bottom-width: var(--root-border-width);*/
    /*--border-left-width: var(--root-border-width);*/
    --color: var(--root-color--white);
    /*--font-weight: var(--root-font-weight--semi-bold);*/
}
.spotlight--layout-6 .spotlight__text .link:hover .icon,
    .spotlight--layout-7 .spotlight__text .link:hover .icon {
        /*--fill: currentColor;*/
    }
.button-primary {
    --background-color: var(--root-color--primary);
    /*--border-radius: var(--root-border-radius);*/

    --border-top-color: var(--root-color--primary);
    --border-right-color: var(--root-color--primary);
    --border-bottom-color: var(--root-color--primary);
    --border-left-color: var(--root-color--primary);

    --color: var(--root-color--white);
    /*--font-family: inherit;*/
    /*--font-size: var(--root-font-size); !* Reset, use REM *!*/
    /*--font-style: normal;*/
    /*--font-weight: var(--root-font-weight--semi-bold);*/
    /*--line-height: inherit;*/
}

.button-primary .button__body {
    /*--font-size: 0.889em;*/
}

.button-primary.button--small .button__body {
    /*--font-size: 0.833em;*/
}

@bartveneman
Copy link
Member Author

@bartveneman bartveneman linked a pull request Oct 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant