Open
Description
.display2 {
color: 'red';
}
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.1;
}
These seem to generate the same class name in JS:
export const display2 = css`
font-size: 5.5rem;
font-weight: 300;
line-height: 1.1;
`;
export const display2 = css`color: "red";`;
Not sure if there is a good solution.
Metadata
Metadata
Assignees
Labels
No labels