We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d7efdd + d96dc20 commit d533060Copy full SHA for d533060
packages/docs/src/components/theme-scales.js
@@ -44,7 +44,7 @@ export default props => {
44
{table[key].map((property, index) => (
45
<Styled.inlineCode>
46
{!!index && ', '}
47
- {property}
+ <Styled.a href={`https://developer.mozilla.org/en-US/docs/Web/CSS/${property}`}>{property}</Styled.a>
48
</Styled.inlineCode>
49
))}
50
</td>
0 commit comments