-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
Geez would have been nice to write down some examples |
bartveneman
added a commit
that referenced
this issue
Feb 11, 2024
bartveneman
added a commit
that referenced
this issue
Jun 2, 2024
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;*/
} |
Small example implementation https://stackblitz.com/edit/stackblitz-starters-yndy1w?file=index.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A lot of comments get lost in formatting, but I want them preserved.
The text was updated successfully, but these errors were encountered: